1
0
Fork 0
mirror of synced 2024-06-01 14:51:09 -04:00

update scripts

This commit is contained in:
Librewish 2020-10-16 15:15:27 +05:30
parent 59dd350ce4
commit a607bfa524
2 changed files with 5 additions and 3 deletions

View file

@ -23,7 +23,7 @@ echo " also disable Samba / printing / scanner support"
echo "5) Disable CPU migitations / enable sysrq / set boot options" echo "5) Disable CPU migitations / enable sysrq / set boot options"
echo "" echo ""
echo "Lite only:" echo "Lite only:"
echo "6) Fix missing characters by installing full noto-fonts packages" echo "6) Fix missing characters by installing asian fonts packages"
echo "7) Enable Snap & Flatpak support" echo "7) Enable Snap & Flatpak support"
echo "8) Install gaming dependencies, Lutris & Steam" echo "8) Install gaming dependencies, Lutris & Steam"
echo "9) Upgrade to Ultimate (excluding desktop-specific apps)" echo "9) Upgrade to Ultimate (excluding desktop-specific apps)"
@ -71,7 +71,7 @@ elif [ $selection = "5" ]; then
goto "start" goto "start"
elif [ $selection = "6" ]; then elif [ $selection = "6" ]; then
echo "" echo ""
sudo pacman -Syu --noconfirm noto-fonts-extra noto-fonts-cjk sudo pacman -Syu --noconfirm garuda-asian
echo "" echo ""
echo "Extra fonts should be installed now." echo "Extra fonts should be installed now."
goto "start" goto "start"

View file

@ -52,6 +52,8 @@ echo "##########################################################################
sudo pacman -S --noconfirm --needed garuda-settings-samba sudo pacman -S --noconfirm --needed garuda-settings-samba
sudo pacman -S --noconfirm --needed system-config-samba # python2 package sudo pacman -S --noconfirm --needed system-config-samba # python2 package
sudo pacman -S --noconfirm --needed garuda-printer
sudo pacman -S --noconfirm --needed garuda-scanner
echo "###############################################################################" echo "###############################################################################"
echo "#### INSTALLED PRINTER ####" echo "#### INSTALLED PRINTER ####"
@ -79,7 +81,7 @@ echo "#### INSTALLED UTILITIES
echo "###############################################################################" echo "###############################################################################"
sudo pacman -S --noconfirm --needed noto-fonts-cjk # asian fonts - needed big package, ~76 mb compressed sudo pacman -S --noconfirm --needed garuda-asian # asian fonts - needed big package, ~76 mb compressed
sudo pacman -S --noconfirm --needed noto-fonts-extra sudo pacman -S --noconfirm --needed noto-fonts-extra
sudo pacman -S --noconfirm --needed ttf-opensans sudo pacman -S --noconfirm --needed ttf-opensans