5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
apt-get -qq update
|
||
|
apt-get -qq -y autoremove
|