@@ -7,7 +7,7 @@ source ./src/lib/base-script.sh
77function main_menu() {
88 script_logo
99 PS3=" Select an option: "
10- select option in " Go Back" " [REBOOT] Install Package Managers (Yay, Snap & Flatpak)" ' Auto-install from "Scratch" (DE, Packages, Boot , Drivers, Fonts + Oh My ZSH)' " [MENU] Install Desktop Environment" " Install all Arch Packages (Requires package managers)" " Setup Desktop Workflow (GPU Drivers, Pipewire Audio, Fonts + Oh My ZSH)" " Install SVP (Watch videos in 60+ FPS)" ; do
10+ select option in " Go Back" " [REBOOT] Install Package Managers (Yay, Snap & Flatpak)" ' Auto-install from "Scratch" (DE, Packages, GRUB Bootloader , Drivers, Fonts + Oh My ZSH)' " [MENU] Install Desktop Environment" " Install all Arch Packages (Requires package managers)" " Setup Desktop Workflow (GPU Drivers, Pipewire Audio, Fonts + Oh My ZSH)" " Install SVP (Watch videos in 60+ FPS)" ; do
1111 echo " You chose to $option "
1212 case $option in
1313 " Go Back" )
@@ -23,7 +23,7 @@ function main_menu() {
2323 wait_prompt
2424 main_menu
2525 ;;
26- ' Auto-install from "Scratch" (DE, Packages, Boot , Drivers, Fonts + Oh My ZSH)' )
26+ ' Auto-install from "Scratch" (DE, Packages, GRUB Bootloader , Drivers, Fonts + Oh My ZSH)' )
2727 clear
2828 install_desktop_environment
2929 install_packages_arch
@@ -144,8 +144,8 @@ function install_packages_arch() {
144144 local arch_pacman_apps=(
145145 " adobe-source-han-sans-cn-fonts adobe-source-han-sans-hk-fonts adobe-source-han-sans-jp-fonts adobe-source-han-sans-kr-fonts adobe-source-han-sans-otc-fonts adobe-source-han-sans-tw-fonts noto-fonts-emoji ttf-dejavu" # | Fonts and Emoji support
146146 # Don't remove this comment to format properly
147- " arc-gtk-theme" # | Arc Desktop/App Theme
148147 " amd-ucode intel-ucode" # | AMD/Intel CPU Microcode
148+ " arc-gtk-theme" # | Arc Desktop/App Theme
149149 " base-devel" # | Development Tools
150150 " exfatprogs" # | exFAT driver
151151 " fastfetch" # | System Specs
@@ -154,6 +154,7 @@ function install_packages_arch() {
154154 " gnome-keyring" # | Fix VS Code secrets
155155 " gparted" # | Gparted
156156 " htop" # | Terminal System Monitor
157+ " lutris" # | Lutris
157158 " man-db man-pages" # | Manual utility (English)
158159 " nano vim" # | Console text editors
159160 " ntfs-3g" # | NTFS driver
@@ -170,9 +171,8 @@ function install_packages_arch() {
170171 echo " ${arch_pacman_apps[*]} "
171172 install_package_arch " ${arch_pacman_apps[*]} "
172173
173- # | Microsoft Edge | Parsec | RAR/ZIP Manager GUI
174- # | Spotify adblock | Google Chrome (Optional)
175- local arch_aur_apps=" microsoft-edge-stable-bin parsec-bin spotify-adblock-git" # google-chrome"
174+ # | Parsec | Spotify adblock | Vesktop | Google Chrome (Optional)
175+ local arch_aur_apps=" parsec-bin spotify-adblock-git vesktop" # google-chrome"
176176
177177 echo_title " Installing via Yay (AUR)"
178178 install_package_arch " $arch_aur_apps " " yay -S --needed --noconfirm"
0 commit comments