1
0
Files
angie-conv-image/scripts/apt-remove.sh
2025-06-05 11:01:19 +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