1
0
angie-conv-image/scripts/apt-remove.sh
2024-07-11 13:35:07 +03:00

6 lines
114 B
Bash
Executable File

#!/bin/sh
set -ef
apt-env.sh apt-get purge -y --allow-remove-essential "$@"
exec apt-env.sh apt-get autopurge -y