diff --git a/haini.sh b/haini.sh index f5ee36c..b0b773c 100755 --- a/haini.sh +++ b/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}