Skip to content

Is a simple bash script to run full full-upgrade update and cleanup.

Notifications You must be signed in to change notification settings

fire1ce/sysupgrade-debian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

debianUpdate Simple Bash Script

Ubuntu/Raspbian/Debian - Update Script

Is a simple bash script that run those commands with pretty colors:

  • sudo apt update
  • sudo apt full-upgrade
  • sudo apt autoclean
  • sudo apt autoremove

Installation

wget https://raw.githubusercontent.com/fire1ce/sysupgrade-debian/master/sysupgrade.sh
sudo chmod +x sysupgrade.sh
sudo mv sysupgrade.sh /usr/bin/sysupgrade
echo "usage: sysupgrade"

Run

sysupgrade

About

Is a simple bash script to run full full-upgrade update and cleanup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages