mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 18:03:15 +02:00
5 lines
166 B
Bash
Executable File
5 lines
166 B
Bash
Executable File
#!/bin/sh
|
|
apt-get -y update && apt-get -y upgrade && apt -y dist-upgrade
|
|
apt -y autoremove
|
|
aptitude -y update && aptitude -y safe-upgrade && aptitude -y dist-upgrade
|