protonmail-bridge-nextcoud-.../build/build.sh
2021-01-07 17:27:16 +08:00

14 lines
185 B
Bash

#!/bin/bash
set -ex
VERSION=`cat VERSION`
# Clone new code
git clone https://github.com/ProtonMail/proton-bridge.git
cd proton-bridge
git checkout $VERSION
# Build
make build-nogui