Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fire1ce/sysupgrade-debian

Is a simple bash script to run full full-upgrade update and cleanup.
https://github.com/fire1ce/sysupgrade-debian

cleanup-script debian linux shell updater updater-script

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```bash
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

```bash
sysupgrade
```