From 666052ce486b6089bb9914d3ed48dd183dfa21d8 Mon Sep 17 00:00:00 2001 From: everest Date: Mon, 25 Apr 2022 14:55:09 +0000 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 3 +++ 1 file changed, 3 insertions(+) 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."