This script automates the process of updating and maintaining an Ubuntu-based system. It performs the following tasks:
- Update package lists.
- Upgrade installed packages.
- Install recommended drivers.
- Clean up unnecessary packages to free up space.
-
Open a terminal on your Ubuntu system.
-
Clone this repository using the following command:
git clone https://github.com/sohrowardi/Update-System-Script
-
Navigate into the cloned repository:
cd update-system-script -
Make the script executable:
chmod +x update_system.sh
and
bash chmod +x update_system_plus.sh
-
Run the script:
./update_system.sh
-
The script will prompt you for your password as it uses
sudoto perform system-level tasks. -
The script will run, updating your system and performing maintenance