forked from norman/fusionpbx-install.sh-github-mirror
Fix the switch_branch condition
This commit is contained in:
2
debian/resources/switch/source-release.sh
vendored
2
debian/resources/switch/source-release.sh
vendored
@@ -48,7 +48,7 @@ apt install -y sqlite3 unzip
|
||||
CWD=$(pwd)
|
||||
|
||||
#install the following dependencies if the switch version is greater than 1.10.0
|
||||
if [ ."$switch_branch = ."master" ] || [ $(echo "$switch_version" | tr -d '.') -gt 1100 ]; then
|
||||
if [ ."$switch_branch" = ."master" ] || [ $(echo "$switch_version" | tr -d '.') -gt 1100 ]; then
|
||||
|
||||
# libks build-requirements
|
||||
apt install -y cmake uuid-dev
|
||||
|
||||
Reference in New Issue
Block a user