Skip to content

Commit ce793c2

Browse files
committed
finalize
1 parent 20b686f commit ce793c2

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

ct/jdownloader.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,14 @@ function update_script() {
3030
exit
3131
fi
3232

33-
msg_info "Restarting ${APP} (triggers built-in self-update)"
33+
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)"
3439
systemctl restart jdownloader
35-
msg_ok "Restarted ${APP}"
40+
msg_ok "Restarted JDownloader"
3641
msg_ok "JDownloader will self-update automatically on restart"
3742
exit
3843
}

0 commit comments

Comments
 (0)