From b0b2c642678b751e8292a84bdbdc7a6c11d5f812 Mon Sep 17 00:00:00 2001 From: codeblech Date: Tue, 10 Sep 2024 20:56:09 +0530 Subject: [PATCH] pull -> update -> push remote changes on github repo need to be pulled first. changes might be cache update from another machine or jpg2webp actions workflow --- update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update.sh b/update.sh index bc3369d4..8137b67a 100755 --- a/update.sh +++ b/update.sh @@ -24,6 +24,9 @@ then fi fi +printf "Pulling remote changes from github...\n" +git pull + mkdir -p images && cd images printf "Caching images... (this will take a few minutes)\n(To check instaloader output enter 'tail -f images/instaloader.log' in a seperate terminal)\n"