10 lines
96 B
Bash
Executable File
10 lines
96 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
apt-get update
|
|
apt-get upgrade -y
|
|
apt-get clean
|
|
|
|
#postsuper -d ALL
|
|
|
|
exit 0
|