Browse Source

fix missed paths replacement #2

main 0.4
ghost 2 years ago
parent
commit
31614d33e0
  1. 4
      twister-cli-installer.sh

4
twister-cli-installer.sh

@ -61,8 +61,8 @@ function install() { @@ -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…
Cancel
Save