postgresql-citus-patroni-image/scripts/apt-remove.sh
2024-08-13 09:20:08 +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