mirror of
https://github.com/twisterarmy/twister-cli-installer.git
synced 2025-03-12 13:21:15 +00:00
fix missed paths replacement #2
This commit is contained in:
parent
4e6460f07b
commit
31614d33e0
@ -61,8 +61,8 @@ function install() {
|
||||
git checkout twisterarmy
|
||||
fi
|
||||
|
||||
git clone https://github.com/$EDITION/twister-core.git ~/twister-core
|
||||
cd ~/twister-core
|
||||
git clone https://github.com/$EDITION/twister-core.git $HOME/twister-core
|
||||
cd $HOME/twister-core
|
||||
|
||||
if [[ $EDITION == "twisterarmy" ]]; then
|
||||
git checkout twisterarmy
|
||||
|
Loading…
x
Reference in New Issue
Block a user