Fixed mailbackup and transfersh

This commit is contained in:
2022-07-02 22:31:25 +02:00
parent ec7705f5fc
commit d07e00b7d9
2 changed files with 5 additions and 6 deletions

View File

@@ -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