more context

This commit is contained in:
Gaurav Bankar
2024-08-08 09:06:38 +05:30
parent 6483a4f7e9
commit 0534ee60d6

View File

@@ -11,7 +11,7 @@ print_info "\nStarting prerequisites setup..."
run_command "pacman -Syyu --noconfirm" "Update package database and upgrade packages (Recommended)" "yes" # no run_command "pacman -Syyu --noconfirm" "Update package database and upgrade packages (Recommended)" "yes" # no
run_command "pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si && cd.. # builds with makepkg" "Install YAY (Must)" "yes" # no run_command "pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si && cd.. # builds with makepkg" "Install YAY (Must)/Breaks the script" "yes" # no
run_command "pacman -S --noconfirm pipewire wireplumber" "Configuring audio (Recommended)" "yes" run_command "pacman -S --noconfirm pipewire wireplumber" "Configuring audio (Recommended)" "yes"
@@ -25,6 +25,6 @@ run_command "pacman -S --noconfirm kitty" "Install Kitty (Recommended)" "yes"
run_command "pacman -S --noconfirm nano" "Install nano" "yes" run_command "pacman -S --noconfirm nano" "Install nano" "yes"
run_command "pacman -S --noconfirm tar" "Install tar for extracting files (Must)" "yes" run_command "pacman -S --noconfirm tar" "Install tar for extracting files (Must)/needed for copying themes" "yes"
echo "------------------------------------------------------------------------" echo "------------------------------------------------------------------------"