diff --git a/haini.sh b/haini.sh index 89b06f7..f4eb694 100755 --- a/haini.sh +++ b/haini.sh @@ -13,9 +13,6 @@ fi # 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}