diff --git a/getprebuilt.sh b/getprebuilt.sh index 780b25f..75fd0b2 100755 --- a/getprebuilt.sh +++ b/getprebuilt.sh @@ -25,5 +25,6 @@ fi echo github-release download -u "$GITHUB_USERNAME" -r "i2p.firefox" -n "I2P.zip" -t "$TODAYSDATE" github-release download -u "$GITHUB_USERNAME" -r "i2p.firefox" -n "I2P.zip" -t "$TODAYSDATE" unzip I2P.zip +sleep 1 find I2P -type d -exec chmod 755 {} \; find I2P -type f -exec chmod +rw {} \; \ No newline at end of file