Loading cloneall.bash +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ if [ ! -z "$clona" ]; then [[ ! -d "$REPO" ]] && git clone ssh://git@git.ia2.inaf.it/hotwheels/$REPO.git pushd $REPO [[ ! -d "venv" ]] && python3 -mvenv venv && . venv/bin/activate && pip install autopep8 && pip install PyYaml [[ "$REPO" != gitlab-profile ]] && [[ ! -d "venv" ]] && python3 -mvenv venv && . venv/bin/activate && pip install autopep8 && pip install PyYaml git switch dev || echo no dev branch popd done Loading Loading
cloneall.bash +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ if [ ! -z "$clona" ]; then [[ ! -d "$REPO" ]] && git clone ssh://git@git.ia2.inaf.it/hotwheels/$REPO.git pushd $REPO [[ ! -d "venv" ]] && python3 -mvenv venv && . venv/bin/activate && pip install autopep8 && pip install PyYaml [[ "$REPO" != gitlab-profile ]] && [[ ! -d "venv" ]] && python3 -mvenv venv && . venv/bin/activate && pip install autopep8 && pip install PyYaml git switch dev || echo no dev branch popd done Loading