This commit is contained in:
d3vnu1l 2025-01-03 16:47:52 -08:00
parent c7cef79482
commit a0e993c0cc
4 changed files with 23 additions and 22 deletions

View file

@ -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