diff --git a/INSTALL.sh b/INSTALL.sh index c3770e4..8aa8c02 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -1,6 +1,9 @@ #!/bin/sh +echo "[ i ] Getting executable..." wget https://raw.githubusercontent.com/everest-linux/xfetch/main/xfetch.py +echo "[ i ] Installing executable..." cp xfetch.py xfetch chmod +x xfetch mv xfetch /usr/bin +echo "[ i ] xfetch installed successfully."