Apply suggestions from code review

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Mitch Scobell
2026-01-31 21:07:37 -06:00
committed by GitHub
parent 7cb261e774
commit 6bf2d47445
2 changed files with 6 additions and 6 deletions

View File

@@ -28,8 +28,8 @@ function update_script() {
exit
fi
msg_info "Updating ${APP}"
$STD apt-get update
$STD apt-get install --only-upgrade -y ddclient
$STD apt update
$STD apt install --only-upgrade -y ddclient
$STD systemctl restart ddclient
msg_ok "Updated ${APP}"
msg_ok "Updated successfully!"