diff --git a/install-scripts/00-dependencies.sh b/install-scripts/00-dependencies.sh index d56d6f1..ca0b030 100755 --- a/install-scripts/00-dependencies.sh +++ b/install-scripts/00-dependencies.sh @@ -79,8 +79,6 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_dependencies.log" # Installation of main dependencies printf "\n%s - Installing ${SKY_BLUE}main dependencies....${RESET} \n" "${NOTE}" -# modernized sources -sudo apt modernize-sources -y for PKG in "${dependencies[@]}"; do install_package "$PKG" "$LOG" diff --git a/install-scripts/Global_functions.sh b/install-scripts/Global_functions.sh index a649889..df2fc05 100755 --- a/install-scripts/Global_functions.sh +++ b/install-scripts/Global_functions.sh @@ -42,7 +42,7 @@ show_progress() { sleep 0.3 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 } diff --git a/install.sh b/install.sh index 6606bdd..7b2e358 100755 --- a/install.sh +++ b/install.sh @@ -176,13 +176,12 @@ ask_yes_no "-Install ${YELLOW}zsh${RESET}, ${YELLOW}oh-my-zsh${RESET} & (Optiona printf "\n" ask_yes_no "-Installing on ${YELLOW}Asus ROG laptops${RESET}?" rog 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" # Ensuring all in the scripts folder are made executable chmod +x install-scripts/* -printf "\n%.0s" {1..2} # check if any known login managers are active when users choose to install sddm if [ "$sddm" == "y" ] || [ "$sddm" == "Y" ]; then # List of services to check