@@ -7,7 +7,7 @@ source ./src/lib/base-script.sh
7
7
function main_menu() {
8
8
script_logo
9
9
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
11
11
echo " You chose to $option "
12
12
case $option in
13
13
" Go Back" )
@@ -23,7 +23,7 @@ function main_menu() {
23
23
wait_prompt
24
24
main_menu
25
25
;;
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)' )
27
27
clear
28
28
install_desktop_environment
29
29
install_packages_arch
@@ -144,8 +144,8 @@ function install_packages_arch() {
144
144
local arch_pacman_apps=(
145
145
" 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
146
146
# Don't remove this comment to format properly
147
- " arc-gtk-theme" # | Arc Desktop/App Theme
148
147
" amd-ucode intel-ucode" # | AMD/Intel CPU Microcode
148
+ " arc-gtk-theme" # | Arc Desktop/App Theme
149
149
" base-devel" # | Development Tools
150
150
" exfatprogs" # | exFAT driver
151
151
" fastfetch" # | System Specs
@@ -154,6 +154,7 @@ function install_packages_arch() {
154
154
" gnome-keyring" # | Fix VS Code secrets
155
155
" gparted" # | Gparted
156
156
" htop" # | Terminal System Monitor
157
+ " lutris" # | Lutris
157
158
" man-db man-pages" # | Manual utility (English)
158
159
" nano vim" # | Console text editors
159
160
" ntfs-3g" # | NTFS driver
@@ -170,9 +171,8 @@ function install_packages_arch() {
170
171
echo " ${arch_pacman_apps[*]} "
171
172
install_package_arch " ${arch_pacman_apps[*]} "
172
173
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"
176
176
177
177
echo_title " Installing via Yay (AUR)"
178
178
install_package_arch " $arch_aur_apps " " yay -S --needed --noconfirm"
0 commit comments