protonmail-bridge-nextcoud-.../build/build.sh

14 lines
189 B
Bash
Raw Normal View History

2020-06-01 13:51:24 +00:00
#!/bin/bash
set -ex
2024-09-09 21:45:48 +00:00
VERSION=$(cat VERSION)
2020-06-01 13:51:24 +00:00
# Clone new code
git clone https://github.com/ProtonMail/proton-bridge.git
cd proton-bridge
2024-09-09 21:45:48 +00:00
git checkout v"$VERSION"
2020-06-01 13:51:24 +00:00
# Build
make build-nogui