diff --git a/ct/myip.sh b/ct/myip.sh index 84a4e289..10c3de82 100644 --- a/ct/myip.sh +++ b/ct/myip.sh @@ -40,7 +40,6 @@ function update_script() { msg_info "Starting Services" systemctl start myip msg_ok "Started Services" - msg_ok "Updated Successfully" fi exit diff --git a/install/myip-install.sh b/install/myip-install.sh index 019e399c..725536d1 100644 --- a/install/myip-install.sh +++ b/install/myip-install.sh @@ -48,7 +48,7 @@ motd_ssh customize msg_info "Cleaning up" -$STD apt-get -y autoremove -$STD apt-get -y autoclean +$STD apt -y autoremove +$STD apt -y autoclean $STD apt -y clean msg_ok "Cleaned"