Remove dependandcy on transitional package #2

Merged
erth9960 merged 1 commits from bbohm-uwsgi into main 2026-02-27 10:19:28 +01:00

View File

@ -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