mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 19:23:10 +02:00
git-subtree-dir: scripts/misc/testsAndMisc-bash git-subtree-mainline:d19bb5915agit-subtree-split:49bcc2ca68
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
|