Update hblink3-docker-install.sh

Revert support for bookworm
This commit is contained in:
M0VUB 2024-02-27 00:07:13 +00:00 committed by GitHub
parent 68696db0ac
commit 9093f69f1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,7 +130,7 @@ echo "--------------------------------------------------------------------------
echo Set userland-proxy to false... echo Set userland-proxy to false...
echo '{ "userland-proxy": false}' > /etc/docker/daemon.json echo '{ "userland-proxy": false}' > /etc/docker/daemon.json
elif [ $VERSION = bookworm/sid ]; elif [ $VERSION = null ];
then then
apt-get update apt-get update
apt-get install -y $DEP2 apt-get install -y $DEP2