From 33f99c1976c3e56fcc818b13ee722635e5818413 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 24 May 2021 14:31:52 -0300 Subject: [PATCH] no es necesario clonar sutty.git siempre --- haini.sh | 3 --- 1 file changed, 3 deletions(-) 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}