mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
tweaked
This commit is contained in:
parent
558916b8f5
commit
ecee40435a
@ -79,8 +79,6 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_dependencies.log"
|
|||||||
# Installation of main dependencies
|
# Installation of main dependencies
|
||||||
printf "\n%s - Installing ${SKY_BLUE}main dependencies....${RESET} \n" "${NOTE}"
|
printf "\n%s - Installing ${SKY_BLUE}main dependencies....${RESET} \n" "${NOTE}"
|
||||||
|
|
||||||
# modernized sources
|
|
||||||
sudo apt modernize-sources -y
|
|
||||||
|
|
||||||
for PKG in "${dependencies[@]}"; do
|
for PKG in "${dependencies[@]}"; do
|
||||||
install_package "$PKG" "$LOG"
|
install_package "$PKG" "$LOG"
|
||||||
|
|||||||
@ -42,7 +42,7 @@ show_progress() {
|
|||||||
sleep 0.3
|
sleep 0.3
|
||||||
done
|
done
|
||||||
|
|
||||||
printf "\r${INFO} Installing ${YELLOW}%s${RESET} ... Done!%-20s \n" "$package_name" ""
|
printf "\r${INFO} Installing ${YELLOW}%s${RESET} ... Done!%-20s \n\n" "$package_name" ""
|
||||||
tput cnorm
|
tput cnorm
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -176,13 +176,12 @@ ask_yes_no "-Install ${YELLOW}zsh${RESET}, ${YELLOW}oh-my-zsh${RESET} & (Optiona
|
|||||||
printf "\n"
|
printf "\n"
|
||||||
ask_yes_no "-Installing on ${YELLOW}Asus ROG laptops${RESET}?" rog
|
ask_yes_no "-Installing on ${YELLOW}Asus ROG laptops${RESET}?" rog
|
||||||
printf "\n"
|
printf "\n"
|
||||||
ask_yes_no "-Do you want to download pre-configured ${YELLOW}KooL Hyprland dotfiles?${RESET}" dots
|
ask_yes_no "-Do you want to download pre-configured ${YELLOW}KooL's Hyprland dotfiles?${RESET}" dots
|
||||||
printf "\n"
|
printf "\n"
|
||||||
|
|
||||||
# Ensuring all in the scripts folder are made executable
|
# Ensuring all in the scripts folder are made executable
|
||||||
chmod +x install-scripts/*
|
chmod +x install-scripts/*
|
||||||
|
|
||||||
printf "\n%.0s" {1..2}
|
|
||||||
# check if any known login managers are active when users choose to install sddm
|
# check if any known login managers are active when users choose to install sddm
|
||||||
if [ "$sddm" == "y" ] || [ "$sddm" == "Y" ]; then
|
if [ "$sddm" == "y" ] || [ "$sddm" == "Y" ]; then
|
||||||
# List of services to check
|
# List of services to check
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user