From 9d984eb99da99d8df41d7a2f66d548fe9dc326be Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 23 Apr 2017 03:15:13 -0600 Subject: [PATCH] Update switch.sh --- centos/resources/switch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/centos/resources/switch.sh b/centos/resources/switch.sh index a7d47f1..cacb7c5 100644 --- a/centos/resources/switch.sh +++ b/centos/resources/switch.sh @@ -6,6 +6,7 @@ cd "$(dirname "$0")" #includes . ./config.sh +#install source if [ .$switch_source = .true ]; then if [ ."$switch_branch" = "master" ]; then switch/source-master.sh @@ -23,6 +24,7 @@ if [ .$switch_source = .true ]; then switch/source-systemd.sh fi +#install packages if [ .$switch_package = .true ]; then if [ ."$switch_branch" = "master" ]; then if [ .$switch_package_all = .true ]; then