File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ function update_script() {
3434 systemctl stop duplicati
3535 msg_ok " Stopped $APP "
3636
37- fetch_and_deploy_gh_release " duplicati" " duplicati/duplicati" " binary" " latest" " /opt/duplicati" " linux-x64-gui.deb"
37+ fetch_and_deploy_gh_release " duplicati" " duplicati/duplicati" " binary" " latest" " /opt/duplicati" " duplicati-*- linux-x64-gui.deb"
3838
3939 msg_info " Starting $APP "
4040 systemctl start duplicati
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ $STD apt-get install -y \
2020 libfontconfig1
2121msg_ok " Installed Dependencies"
2222
23- fetch_and_deploy_gh_release " duplicati" " duplicati/duplicati" " binary" " latest" " /opt/duplicati" " linux-x64-gui.deb"
23+ fetch_and_deploy_gh_release " duplicati" " duplicati/duplicati" " binary" " latest" " /opt/duplicati" " duplicati-*- linux-x64-gui.deb"
2424
2525msg_info " Configuring duplicati"
2626DECRYPTKEY=$( openssl rand -base64 18 | tr -dc ' a-zA-Z0-9' | head -c13)
You can’t perform that action at this time.
0 commit comments