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