Skip to content

Commit

Permalink
forcibly overwrite modules.alias.x.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pocopico committed Feb 18, 2022
1 parent a79011e commit 53abd7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rploader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -852,8 +852,8 @@ function getlatestrploader() {
echo -n "Checking if a newer version exists on the repo -> "

curl -s --location "$rploaderepo" --output latestrploader.sh
curl -s --location "$modalias3" --output modules.alias.3.json.gz ; gunzip modules.alias.3.json.gz
curl -s --location "$modalias4" --output modules.alias.4.json.gz ; gunzip modules.alias.4.json.gz
curl -s --location "$modalias3" --output modules.alias.3.json.gz ; gunzip -f modules.alias.3.json.gz
curl -s --location "$modalias4" --output modules.alias.4.json.gz ; gunzip -f modules.alias.4.json.gz


CURRENTSHA="`sha256sum rploader.sh | awk '{print $1}'`"
Expand Down

0 comments on commit 53abd7c

Please sign in to comment.