Skip to content

Commit

Permalink
pull -> update -> push
Browse files Browse the repository at this point in the history
remote changes on github repo need to be pulled first. changes might be cache update from another machine or jpg2webp actions workflow
  • Loading branch information
codeblech committed Sep 10, 2024
1 parent ce75fdc commit b0b2c64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b0b2c64

Please sign in to comment.