Remove dependandcy on transitional package #2

Merged
erth9960 merged 1 commits from bbohm-uwsgi into main 2026-02-27 10:19:28 +01:00
Showing only changes of commit c180da9b57 - Show all commits

View File

@ -98,8 +98,7 @@ echo "Installing packages..."
apt-get install -qy \ apt-get install -qy \
python3-venv \ python3-venv \
wireguard \ wireguard \
uwsgi uwsgi-plugin-python3 \ uwsgi uwsgi-plugin-python3
libapache2-mod-proxy-uwsgi
echo "done." echo "done."
echo echo