Skip to content

Commit

Permalink
Merge pull request #161 from mmuyskens/patch-1
Browse files Browse the repository at this point in the history
Update updater-current.sh
  • Loading branch information
xFreed0m committed Aug 20, 2023
2 parents 5fb7498 + d0c3fbe commit 2a4b76c
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions updater-current.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."

#####################

Expand Down

0 comments on commit 2a4b76c

Please sign in to comment.