Remove extra newline and update apt commands

Removed an unnecessary newline in ct/myip.sh for cleaner output. Updated apt-get to apt in install/myip-install.sh for consistency with modern usage.
This commit is contained in:
CanbiZ
2025-09-29 13:36:00 +02:00
parent 16046fb9b9
commit cbd18f91d1
2 changed files with 2 additions and 3 deletions

View File

@@ -40,7 +40,6 @@ function update_script() {
msg_info "Starting Services"
systemctl start myip
msg_ok "Started Services"
msg_ok "Updated Successfully"
fi
exit