1
0
graalvm-debian-image/scripts/apt-remove.sh

6 lines
114 B
Bash
Raw Permalink Normal View History

2024-09-25 07:15:38 +03:00
#!/bin/sh
set -ef
apt-env.sh apt-get purge -y --allow-remove-essential "$@"
exec apt-env.sh apt-get autopurge -y