Update ddclient.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
parent
dee36a671f
commit
035a39661e
@ -27,11 +27,12 @@ function update_script() {
|
|||||||
msg_error "No ${APP} Installation Found!"
|
msg_error "No ${APP} Installation Found!"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
msg_info "Updating ${APP}"
|
|
||||||
|
msg_info "Updating ddclient"
|
||||||
$STD apt update
|
$STD apt update
|
||||||
$STD apt install --only-upgrade -y ddclient
|
$STD apt install --only-upgrade -y ddclient
|
||||||
$STD systemctl restart ddclient
|
$STD systemctl restart ddclient
|
||||||
msg_ok "Updated ${APP}"
|
msg_ok "Updated ddclient"
|
||||||
msg_ok "Updated successfully!"
|
msg_ok "Updated successfully!"
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user