mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-06 09:23:06 +02:00
5 lines
166 B
Bash
5 lines
166 B
Bash
|
|
#!/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
|