diff --git a/usr/lib/snigdhaos-assistant/apply.sh b/usr/lib/snigdhaos-assistant/apply.sh index d6b4667..f14b878 100755 --- a/usr/lib/snigdhaos-assistant/apply.sh +++ b/usr/lib/snigdhaos-assistant/apply.sh @@ -1,22 +1,22 @@ if [ -e "$1" ]; then echo "" - echo "Preparing setup.." + echo "Preparing setup ⏳" echo "" sudo bash - <$1 fi echo "" -echo "Installing packages.." +echo "Installing packages ⏳" echo "" installable_packages=$(comm -12 <(pacman -Slq | sort) <(sed s/\\s/\\n/g - <$2 | sort)) sudo pacman -S --needed $installable_packages && rm $2 || { read -p "Error! Press enter to return to Snigdha OS Assistant."; exit; } if [ -e "$3" ]; then echo "" - echo "Enabling services.." + echo "Enabling services ⏳" echo "" sudo bash - <$3 fi echo "" -read -p "Press enter to return to Snigdha OS Assistant." +read -p "Press enter to return to Snigdha OS Assistant ⤶" diff --git a/usr/lib/snigdhaos-assistant/kernels.txt b/usr/lib/snigdhaos-assistant/kernels.txt deleted file mode 100644 index 35cf37c..0000000 --- a/usr/lib/snigdhaos-assistant/kernels.txt +++ /dev/null @@ -1,24 +0,0 @@ -false -linux-lts linux-lts-headers -Linux LTS (Failsafe option) -false -linux-hardened linux-hardened-headers -Linux Hardened (Improved security) -false -linux-cachyos-bore linux-cachyos-bore-headers -Linux BORE (May improve performance on some systems) -false -linux-xanmod linux-xanmod-headers -Linux Xanmod (May also improve performance on some systems) -false -linux-mainline linux-mainline-headers -Linux Mainline (Newest commits, might help with very new hardware) -false -linux-amd-znver2 linux-amd-znver2-headers -Linux AMD Zen2 (Patched for AMD Zen2 architecture) -false -linux-amd-znver3 linux-amd-znver3-headers -Linux AMD Zen3 (Patched for AMD Zen3 architecture) -false -linux-amd linux-amd-headers -Linux AMD Zen4 (Mainline patched for AMD Zen4 architecture)