mirror of
https://github.com/Snigdha-OS/snigdhaos-assistant.git
synced 2025-09-21 03:55:04 +02:00
style(emojis): add emojis
This commit is contained in:
@@ -1,22 +1,22 @@
|
|||||||
if [ -e "$1" ]; then
|
if [ -e "$1" ]; then
|
||||||
echo ""
|
echo ""
|
||||||
echo "Preparing setup.."
|
echo "Preparing setup ⏳"
|
||||||
echo ""
|
echo ""
|
||||||
sudo bash - <$1
|
sudo bash - <$1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "Installing packages.."
|
echo "Installing packages ⏳"
|
||||||
echo ""
|
echo ""
|
||||||
installable_packages=$(comm -12 <(pacman -Slq | sort) <(sed s/\\s/\\n/g - <$2 | sort))
|
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; }
|
sudo pacman -S --needed $installable_packages && rm $2 || { read -p "Error! Press enter to return to Snigdha OS Assistant."; exit; }
|
||||||
|
|
||||||
if [ -e "$3" ]; then
|
if [ -e "$3" ]; then
|
||||||
echo ""
|
echo ""
|
||||||
echo "Enabling services.."
|
echo "Enabling services ⏳"
|
||||||
echo ""
|
echo ""
|
||||||
sudo bash - <$3
|
sudo bash - <$3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
read -p "Press enter to return to Snigdha OS Assistant."
|
read -p "Press enter to return to Snigdha OS Assistant ⤶"
|
||||||
|
@@ -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)
|
|
Reference in New Issue
Block a user