CT ddns ,gitea and mailbackup Updated dependencies/packages
*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
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
apiUrl=https://api.github.com/repos/go-gitea/gitea/releases/latest
|
||||
|
||||
#install Update tool
|
||||
pip install install gitea-auto-update
|
||||
pip install --break-system-packages gitea-auto-update
|
||||
|
||||
#Get latest gitea version info
|
||||
giteaver=$(python3 -c "import requests; print (requests.get('$apiUrl').json()['tag_name'])")
|
||||
|
||||
@@ -7,5 +7,4 @@ 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
|
||||
@@ -1,4 +1,3 @@
|
||||
#!/bin/sh
|
||||
# Update script for updating apps with ProxmoxHelper/ProxMoxToolKit
|
||||
ash /opt/UpdateOfflineImap3.sh
|
||||
ash /opt/UpdateSnappyMail.sh
|
||||
Reference in New Issue
Block a user