Fixed mailbackup and transfersh
This commit is contained in:
@@ -5,7 +5,7 @@ CurrentVersion=$(curl -s https://api.github.com/repos/RainLoop/rainloop-webmail/
|
||||
OfflineIMAPVer=$(curl -s https://api.github.com/repos/OfflineIMAP/offlineimap3/tags | grep 'name.*' |head -n 1 | cut -d : -f 2,3 | tr -d \" |tr -d , |tr -d " ")
|
||||
echo $CurrentVersion > /opt/Setup/rainloop-installed
|
||||
curl -L --retry 7 --retry-delay 5 http://www.rainloop.net/repository/webmail/rainloop-community-latest.zip -o /opt/Setup/rlcl.zip || exit 1
|
||||
echo "$OfflineIMAPVer" > CT-Files/mailbackup/OfflineIMAP3-installed
|
||||
echo "$OfflineIMAPVer" > CT-Files/OfflineIMAP3-installed
|
||||
curl -L --retry 7 --retry-delay 5 https://github.com/OfflineIMAP/offlineimap3/archive/refs/tags/$OfflineIMAPVer.tar.gz -o /opt/Setup/olim3.tar.gz || exit 1
|
||||
|
||||
#Install and configure using git.bprieshof.nl MailBackup-sys
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
#!/bin/ash
|
||||
#Get Resources
|
||||
CurrentVersion=$(curl -s https://api.github.com/repos/dutchcoders/transfer.sh/releases/latest | grep 'tag_name.*' | cut -d : -f 2,3 | tr -d \" |tr -d , |tr -d " ")
|
||||
echo $CurrentVersion > /opt/transfer.sh/Version
|
||||
curl -L --retry 7 --retry-delay 5 https://github.com/dutchcoders/transfer.sh/releases/download/"$CurrentVersion"/transfersh-"$CurrentVersion"-linux-amd64 -o /opt/transfer.sh/transfersh-linux-amd64 || exit 1
|
||||
|
||||
#Setup
|
||||
addgroup transfersh
|
||||
adduser -S -s /bin/ash -h /home/transfersh -D -G transfersh transfersh
|
||||
mkdir -p /opt/transfer.sh/CustomTheme
|
||||
#Get Resources
|
||||
CurrentVersion=$(curl -s https://api.github.com/repos/dutchcoders/transfer.sh/releases/latest | grep 'tag_name.*' | cut -d : -f 2,3 | tr -d \" |tr -d , |tr -d " ")
|
||||
echo $CurrentVersion > /opt/transfer.sh/Version
|
||||
curl -L --retry 7 --retry-delay 5 https://github.com/dutchcoders/transfer.sh/releases/download/"$CurrentVersion"/transfersh-"$CurrentVersion"-linux-amd64 -o /opt/transfer.sh/transfersh-linux-amd64 || exit 1
|
||||
#Install transfer.sh custom theme
|
||||
git clone https://git.bprieshof.nl/DarkTheme/brammp_transfer.sh-web.git /opt/transfer.sh/CustomTheme
|
||||
#Configure transfer.sh
|
||||
|
||||
Reference in New Issue
Block a user