Skip to content

Commit

Permalink
style(emojis): add emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed May 9, 2024
1 parent 2f92963 commit 786b5bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
8 changes: 4 additions & 4 deletions usr/lib/snigdhaos-assistant/apply.sh
Original file line number Diff line number Diff line change
@@ -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"
24 changes: 0 additions & 24 deletions usr/lib/snigdhaos-assistant/kernels.txt

This file was deleted.

0 comments on commit 786b5bf

Please sign in to comment.