There was an error while loading. Please reload this page.
1 parent 20b686f commit ce793c2Copy full SHA for ce793c2
1 file changed
ct/jdownloader.sh
@@ -30,9 +30,14 @@ function update_script() {
30
exit
31
fi
32
33
- msg_info "Restarting ${APP} (triggers built-in self-update)"
+ msg_info "Updating Container OS"
34
+ $STD apt update
35
+ $STD apt -y upgrade
36
+ msg_ok "Updated Container OS"
37
+
38
+ msg_info "Restarting JDownloader (triggers built-in self-update)"
39
systemctl restart jdownloader
- msg_ok "Restarted ${APP}"
40
+ msg_ok "Restarted JDownloader"
41
msg_ok "JDownloader will self-update automatically on restart"
42
43
}
0 commit comments