Merge "Add apt-get autoremove"
This commit is contained in:
commit
f5b2f6941a
5
elements/ubuntu/install.d/99-autoremove
Executable file
5
elements/ubuntu/install.d/99-autoremove
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -eux
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
|
apt-get -y autoremove
|
Loading…
Reference in New Issue
Block a user