Files
big-bear-scripts/update-ubuntu-or-debian-server/README.md
Christopher 512bd258f7 🔧 feat: Update Ubuntu/Debian server update script (#12)
This commit introduces several improvements to the server update script:

- Added branding message and decorative lines for better presentation
- Implemented an unattended mode to allow for automated updates without user prompts
- Added functions to check disk space and handle known problematic packages
- Divided the update process into multiple steps (update package list, upgrade packages, full upgrade, remove unnecessary packages, clean cache) with user confirmation prompts
- Improved logging to a log file for better troubleshooting
- Added instructions on how to support the project

The goal of these changes is to provide a more user-friendly and reliable server update script for Ubuntu and Debian systems.
2024-10-10 10:09:16 -05:00

165 B

Run command

bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/update-ubuntu-or-debian-server/run.sh)"