mirror of
https://github.com/Snigdha-OS/snigdhaos-assistant.git
synced 2025-09-21 20:15:01 +02:00
chore(users): fixed all the possible bugs and enhanced ui.
This commit is contained in:
@@ -9,7 +9,7 @@ echo ""
|
||||
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 setup 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
|
||||
echo ""
|
||||
@@ -19,4 +19,4 @@ if [ -e "$3" ]; then
|
||||
fi
|
||||
|
||||
echo ""
|
||||
read -p "Press enter to return to setup assistant."
|
||||
read -p "Press enter to return to Snigdha OS Assistant."
|
||||
|
Reference in New Issue
Block a user