Address shellcheck warnings

This commit is contained in:
Cyb3r-Jak3 2024-09-09 17:45:48 -04:00
parent e471edd93a
commit 3f762da1e6
No known key found for this signature in database
11 changed files with 68 additions and 34 deletions

View file

@ -2,12 +2,12 @@
set -ex
VERSION=`cat VERSION`
VERSION=$(cat VERSION)
# Clone new code
git clone https://github.com/ProtonMail/proton-bridge.git
cd proton-bridge
git checkout v$VERSION
git checkout v"$VERSION"
ARCH=$(uname -m)
if [[ $ARCH == "armv7l" ]] ; then