fixes
This commit is contained in:
parent
c7cef79482
commit
a0e993c0cc
4 changed files with 23 additions and 22 deletions
|
|
@ -1,13 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
set -eoux pipefail
|
||||
|
||||
VERSION=`cat VERSION`
|
||||
|
||||
# Clone new code
|
||||
git clone https://github.com/ProtonMail/proton-bridge.git
|
||||
git clone https://github.com/ProtonMail/proton-bridge.git --depth 1 --branch v$VERSION
|
||||
cd proton-bridge
|
||||
git checkout v$VERSION
|
||||
|
||||
ARCH=$(uname -m)
|
||||
if [[ $ARCH == "armv7l" ]] ; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue