Add --branch paramters for dev
This commit is contained in:
parent
83c1b2a094
commit
de94a25793
1 changed files with 3 additions and 1 deletions
4
archdi
4
archdi
|
@ -56,7 +56,9 @@ run(){
|
||||||
if [ "$branchoption" = "" ]; then
|
if [ "$branchoption" = "" ]; then
|
||||||
./lib --root
|
./lib --root
|
||||||
else
|
else
|
||||||
./lib --branch $branchoption --root
|
sed -i /apptitle=/c\apptitle=\""Arch Linux Desktop Install (archdi) - Branch: $branchoption (GPLv3)"\" lib
|
||||||
|
sed -i "/baseurl=/c\baseurl=https://raw.githubusercontent.com/MatMoul/archdi-pkg/$branchoption" lib
|
||||||
|
./lib --root
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
cd 2>/dev/null
|
cd 2>/dev/null
|
||||||
|
|
Loading…
Reference in a new issue