Removed 0.0.0.0 bind patch

This commit is contained in:
Julien Valverdé
2023-08-10 03:47:00 +02:00
parent 988de6e93b
commit deb9b88e84

View File

@@ -8,7 +8,6 @@ VERSION=`cat VERSION`
git clone https://github.com/ProtonMail/proton-bridge.git git clone https://github.com/ProtonMail/proton-bridge.git
cd proton-bridge cd proton-bridge
git checkout v$VERSION git checkout v$VERSION
sed -i 's/127.0.0.1/0.0.0.0/g' internal/constants/constants.go
ARCH=$(uname -m) ARCH=$(uname -m)
if [[ $ARCH == "armv7l" ]] ; then if [[ $ARCH == "armv7l" ]] ; then