This commit is contained in:
JaKooLit 2025-02-06 01:11:29 +09:00
parent 558916b8f5
commit ecee40435a
3 changed files with 2 additions and 5 deletions

View File

@ -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"

View File

@ -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
}

View File

@ -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