Update switch.sh
This commit is contained in:
parent
5a79599a96
commit
9d984eb99d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue