Skip to content

Commit

Permalink
Update uninstall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Sep 4, 2024
1 parent 89c357f commit e9a3501
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ if [ -d "/etc/lxc_autoscale_ml" ] && [ ! "$(ls -A /etc/lxc_autoscale_ml)" ]; the
log "INFO" "${CHECKMARK} Successfully removed empty directory /etc/lxc_autoscale_ml."
fi

# Uninstall required libraries
apt remove python3-flask python3-requests python3-sklearn python3-pandas python3-numpy -y

# Final cleanup
# Reload systemd to reflect changes
log "INFO" "Reloading systemd daemon to reflect changes..."
systemctl daemon-reload

Expand Down

0 comments on commit e9a3501

Please sign in to comment.