From c180da9b57a81507bf2a33e99514b29b3b57f842 Mon Sep 17 00:00:00 2001 From: bbohm Date: Fri, 27 Feb 2026 08:33:59 +0100 Subject: [PATCH] Remove dependandcy on transitional package --- setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index f8d9615..18b6bc0 100755 --- a/setup.sh +++ b/setup.sh @@ -98,8 +98,7 @@ echo "Installing packages..." apt-get install -qy \ python3-venv \ wireguard \ - uwsgi uwsgi-plugin-python3 \ - libapache2-mod-proxy-uwsgi + uwsgi uwsgi-plugin-python3 echo "done." echo -- 2.39.5