Update INSTALL.sh

This commit is contained in:
everest 2022-04-25 14:55:09 +00:00 committed by GitHub
parent 70c2dbe5ba
commit 666052ce48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."