Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tyroruyk committed Mar 5, 2024
1 parent 49adb55 commit aaba832
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

readonly DIR="/usr/bin"

RED='\033[1;31m'
GREEN='\033[0;32m'
NC='\033[0m'

installation() {
echo "Installing Ufetch..."

Expand All @@ -15,14 +11,14 @@ installation() {
echo "Copying Files..."
sudo cp target/release/ufetch ${DIR}/ufetch

echo "${GREEN}Installation Done!{$NC}"
echo "Installation Done!"
}

uninstallation() {
echo "Removing Files..."

sudo rm ${DIR}/ufetch
echo "${RED}Uninstallation Done!{$NC}"
echo "Uninstallation Done"
}

installation_prompt() {
Expand Down

0 comments on commit aaba832

Please sign in to comment.