style(emojis): add emojis

This commit is contained in:
Eshan Roy (Eshanized)
2024-05-10 03:08:12 +05:30
parent 2f929636f4
commit 786b5bf679
2 changed files with 4 additions and 28 deletions

View File

@@ -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"

View File

@@ -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)