no es necesario clonar sutty.git siempre
This commit is contained in:
parent
c4bb74ff3a
commit
33f99c1976
1 changed files with 0 additions and 3 deletions
3
haini.sh
3
haini.sh
|
@ -7,9 +7,6 @@ DIR="$(realpath "$0" | xargs -r dirname)"
|
|||
# Por ahora sólo soportamos x86_64
|
||||
uname -m | grep -q x86_64 || exit 1
|
||||
|
||||
# Sutty tiene que estar clonada en el directorio anterior
|
||||
test -d ../sutty/.git || git clone git@0xacab.org:sutty/sutty.git ../sutty
|
||||
|
||||
# Podemos cambiar el entorno
|
||||
ENTORNO=${ENTORNO:-../hain}
|
||||
|
||||
|
|
Loading…
Reference in a new issue