fix: drop deprecated aufs check

Closes #8102
This commit is contained in:
Jose Diaz-Gonzalez
2025-11-16 18:52:19 -05:00
parent 2bad1e4acd
commit e394776c3b

3
debian/postinst vendored
View File

@@ -128,9 +128,6 @@ case "$1" in
configure)
mandb
[ ! -x /usr/bin/docker.io ] || ln -sf /usr/bin/docker.io /usr/local/bin/docker
if [[ -f /sbin/modprobe ]]; then
modprobe aufs || echo "WARNING: Restart server to finish installing dokku!"
fi
setup-user
setup-storage