Update INSTALL.sh
This commit is contained in:
parent
70c2dbe5ba
commit
666052ce48
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user