refactor
This commit is contained in:
5
scripts/apt-remove.sh
Executable file
5
scripts/apt-remove.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -ef
|
||||
|
||||
apt-env.sh apt-get purge -y --allow-remove-essential "$@"
|
||||
exec apt-env.sh apt-get autopurge -y
|
Reference in New Issue
Block a user