update scripts
This commit is contained in:
parent
59dd350ce4
commit
a607bfa524
2 changed files with 5 additions and 3 deletions
|
@ -23,7 +23,7 @@ echo " also disable Samba / printing / scanner support"
|
|||
echo "5) Disable CPU migitations / enable sysrq / set boot options"
|
||||
echo ""
|
||||
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 "8) Install gaming dependencies, Lutris & Steam"
|
||||
echo "9) Upgrade to Ultimate (excluding desktop-specific apps)"
|
||||
|
@ -71,7 +71,7 @@ elif [ $selection = "5" ]; then
|
|||
goto "start"
|
||||
elif [ $selection = "6" ]; then
|
||||
echo ""
|
||||
sudo pacman -Syu --noconfirm noto-fonts-extra noto-fonts-cjk
|
||||
sudo pacman -Syu --noconfirm garuda-asian
|
||||
echo ""
|
||||
echo "Extra fonts should be installed now."
|
||||
goto "start"
|
||||
|
|
|
@ -52,6 +52,8 @@ echo "##########################################################################
|
|||
|
||||
sudo pacman -S --noconfirm --needed garuda-settings-samba
|
||||
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 "#### INSTALLED PRINTER ####"
|
||||
|
@ -79,7 +81,7 @@ echo "#### INSTALLED UTILITIES
|
|||
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 ttf-opensans
|
||||
|
||||
|
|
Loading…
Reference in a new issue