hacer posible cambiar el entorno
This commit is contained in:
parent
cd2d801b27
commit
0b0aaa2a2b
1 changed files with 2 additions and 1 deletions
3
haini.sh
3
haini.sh
|
@ -8,7 +8,8 @@ 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
|
||||
|
||||
ENTORNO=../hain
|
||||
# Podemos cambiar el entorno
|
||||
ENTORNO=${ENTORNO:-../hain}
|
||||
|
||||
correr() {
|
||||
echo "> $1"
|
||||
|
|
Loading…
Reference in a new issue