From a607bfa524058977e751ba352135d4dc6c660ed1 Mon Sep 17 00:00:00 2001 From: Librewish Date: Fri, 16 Oct 2020 15:15:27 +0530 Subject: [PATCH] update scripts --- etc/skel/.config/autostart-scripts/setup-assistant.sh | 4 ++-- etc/skel/.config/autostart-scripts/upgrade-to-ultimate.sh | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/etc/skel/.config/autostart-scripts/setup-assistant.sh b/etc/skel/.config/autostart-scripts/setup-assistant.sh index c1eeb60..b31261f 100755 --- a/etc/skel/.config/autostart-scripts/setup-assistant.sh +++ b/etc/skel/.config/autostart-scripts/setup-assistant.sh @@ -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" diff --git a/etc/skel/.config/autostart-scripts/upgrade-to-ultimate.sh b/etc/skel/.config/autostart-scripts/upgrade-to-ultimate.sh index 37d5fb4..a110b4f 100755 --- a/etc/skel/.config/autostart-scripts/upgrade-to-ultimate.sh +++ b/etc/skel/.config/autostart-scripts/upgrade-to-ultimate.sh @@ -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