From d0c3fbe2a5472b558b62c5826a6c067aae3227e4 Mon Sep 17 00:00:00 2001 From: mmuyskens Date: Fri, 7 Jul 2023 01:41:09 -0700 Subject: [PATCH] Update updater-current.sh Repo is dead. RIP. No need to check for updates. Commented out just in case it returns. --- updater-current.sh | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/updater-current.sh b/updater-current.sh index bfae7dd..950061c 100644 --- a/updater-current.sh +++ b/updater-current.sh @@ -86,17 +86,19 @@ tput setaf 2;echo "[+] Done." ################### -tput setaf 5;echo "[+] Updating ExifScan..." -{ - if [ -d "/usr/share/exifscan" ]; then - - cd /usr/share/exifscan - sudo git pull https://github.com/rcook/exifscan.git --rebase - else - sudo git clone https://github.com/rcook/exifscan /usr/share/exifscan - fi -} -tput setaf 2;echo "[+] Done." +# THESE LINES KEPT IN MEMORY OF EXIFSCAN. A ONCE VALUABLE REPO THAT WENT KABOOF BANG BOOM. CAN WE GET A MOMENT OF SILENCE? + +#tput setaf 5;echo "[+] Updating ExifScan..." +#{ +# if [ -d "/usr/share/exifscan" ]; then +# +# cd /usr/share/exifscan +# sudo git pull https://github.com/rcook/exifscan.git --rebase +# else +# sudo git clone https://github.com/rcook/exifscan /usr/share/exifscan +# fi +#} +#tput setaf 2;echo "[+] Done." #####################