removed localhost restriction
This commit is contained in:
parent
1423a659e1
commit
753a77c8a8
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue