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: 24 days ago
JSON representation
Is a simple bash script to run full full-upgrade update and cleanup.
- Host: GitHub
- URL: https://github.com/fire1ce/sysupgrade-debian
- Owner: fire1ce
- Created: 2020-02-15T10:31:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T08:31:04.000Z (3 months ago)
- Last Synced: 2025-04-05T03:22:31.923Z (about 2 months ago)
- Topics: cleanup-script, debian, linux, shell, updater, updater-script
- Language: Shell
- Homepage: https://3os.org
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
```