mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
move fixperms to own script
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#! /usr/bin/env sh
|
||||
|
||||
find I2P -type d -exec chmod -v 755 {} \;
|
||||
find I2P -type f -exec chmod -v +rw {} \;
|
||||
find I2P -type d -exec chmod -v 755 {} \;
|
||||
find I2P -type f -exec chmod -v +rw {} \;
|
||||
+6
-5
@@ -22,9 +22,10 @@ if [ -z $TODAYSDATE ]; then
|
||||
TODAYSDATE=$(date -d '-1 day' '+%Y%m%d')
|
||||
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"
|
||||
if [ ! -f I2P.zip ]; then
|
||||
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"
|
||||
fi
|
||||
unzip I2P.zip
|
||||
sleep 1
|
||||
find I2P -type d -exec chmod 755 {} \;
|
||||
find I2P -type f -exec chmod +rw {} \;
|
||||
sleep 3
|
||||
./fixperms.sh
|
||||
Reference in New Issue
Block a user