Skip to content

Commit

Permalink
updated bash installer
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Jan 6, 2024
1 parent b03ab10 commit 53b8b41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install.ztnet/bash/ztnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,6 @@ if [ "$UNINSTALL" = 1 ]; then
remove_package_if_installed "$package" | true
done

# Stop the PostgreSQL service
print_status "Stopping PostgreSQL service..."
sudo systemctl stop postgresql > /dev/null 2>&1

# Clean up remaining dependencies
print_status "Cleaning up remaining dependencies..."
sudo apt-get autoremove -y > /dev/null 2>&1
Expand Down

0 comments on commit 53b8b41

Please sign in to comment.