This commit is contained in:
2024-08-13 09:20:08 +03:00
parent 1f56389cbd
commit dea7d7cd0e
26 changed files with 965 additions and 310 deletions

5
scripts/apt-remove.sh Executable file
View 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