We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515346e commit 16adba2Copy full SHA for 16adba2
main.sh
@@ -50,10 +50,10 @@ fi
50
51
WORKSCRIPT=$PWD ## Directorio principal del script
52
USER=$(whoami) ## Usuario que ejecuta el script
53
-VERSION='0.8.4' ## Versión en desarrollo
+VERSION='0.8.5' ## Versión en desarrollo
54
MY_DISTRO="$DISTRO" ## Distribución sobre la que se ejecuta
55
MY_BRANCH="$BRANCH" ## stable|testing|unstable
56
-MY_ENV="$ENV" ## prod|dev
+MY_ENV="$ENV" ## prod|dev desde /etc/environment o .env
57
SOFTLIST="$WORKSCRIPT/Software-Lists/$MY_DISTRO" ## Ruta hacia listas software
58
LOGERROR="$WORKSCRIPT/errores.log" ## Archivo donde almacenar errores
59
DEBUG=false ## Establece si está el script en modo depuración
0 commit comments