Skip to content

Latest commit

 

History

History

system-update

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

bear-update

This script automates the process of updating your Linux system. It updates the package list, upgrades all packages to their newest versions, and cleans up unnecessary files. If a reboot is required after the updates, it notifies the user.

Setting up

Assuming that you`ve cloned this repo:

  1. Run the following command to make sure that user can execute script:

    sudo chmod u+x bear-update
  2. Place script in local binary directory:

    sudo cp bear-update /usr/local/bin/
  3. You can now run the script at any time by typing:

    bear-update