*DDNS: switched ddclient from Edge repo to release repo *gitea: added force install (PEP 668 skip) for gitea-auto-update *mailbackup: switched OfflineImap from PIP package to the apk one from the edge repo due to PEP 68 braking the install
10 lines
304 B
Bash
10 lines
304 B
Bash
#!/bin/ash
|
|
#Get Resources
|
|
git clone https://git.bprieshof.nl/Tools/MailBackup-sys.git /opt/Setup/MailBackup-sys
|
|
|
|
#Install and configure using git.bprieshof.nl MailBackup-sys
|
|
DistoBuilderINT=true ash /opt/Setup/MailBackup-sys/install.sh
|
|
|
|
#cleanup
|
|
rm -rf /opt/Setup/MailBackup-sys
|
|
rm -f /opt/Setup/rlcl.zip |