Github updated api and now appends a semicolon to versions, added `tr -d :` to list for url filtering elkarbackupALP: * Github api Fix duplicati: * Github api fix * Enabled in jenkinsfile OmadaV3: * Added Stop command for omada after installation to avoid DB corruption * Moved automaticaly installed dependencies to package list transfersh: * Github api fix hass: * Added Missing python modules (sqlalchemy nvhash) mailbackup: * Github api fix * Moved downlading of resources to project pihole: *Added support for ProxmoxHelper App updater
11 lines
334 B
Bash
11 lines
334 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/olim3.tar.gz
|
|
rm -f /opt/Setup/rlcl.zip |