Add --branch paramters for dev
This commit is contained in:
parent
d1cffb9111
commit
83c1b2a094
1 changed files with 5 additions and 1 deletions
6
archdi
6
archdi
|
@ -53,7 +53,11 @@ run(){
|
||||||
if [ "$chrootoption" = "true" ]; then
|
if [ "$chrootoption" = "true" ]; then
|
||||||
./lib --chroot
|
./lib --chroot
|
||||||
else
|
else
|
||||||
./lib --root
|
if [ "$branchoption" = "" ]; then
|
||||||
|
./lib --root
|
||||||
|
else
|
||||||
|
./lib --branch $branchoption --root
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
cd 2>/dev/null
|
cd 2>/dev/null
|
||||||
rm -R $cachedir 2>/dev/null
|
rm -R $cachedir 2>/dev/null
|
||||||
|
|
Loading…
Reference in a new issue