A small collection of Bash scripts to automatically update an Ubuntu system.
Clone the repository:
git clone https://github.com/jnltedev/ubuntuautoupdatescripts.git
cd ubuntuautoupdatescriptsMake the scripts executable:
chmod +x *.shRun the main script:
./update.shThe main script automatically executes all .sh files in the repository (except update.sh) and displays whether each script completed successfully.
- ✅ Successfully – Script completed successfully.
- ❌ Error – An error occurred while running the script.
After all scripts have finished, you will see:
🎉 All updates has been installed.
ubuntuautoupdatescripts