From 10c8d118c04e48ea873b471cbb9890ce932d55b1 Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q Date: Wed, 18 Oct 2023 22:53:56 -0500 Subject: [PATCH] Update install.sh --- install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index cb7808f..bb28bf5 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,9 @@ #!/bin/bash - +############################## +cat > /opt/emq-ver <<- "EOF" +EMQ-VER: 23.10.18 +EOF +############################## # Verificar si el usuario tiene permisos de root if [[ $EUID -ne 0 ]]; then echo "Este script debe ejecutarse como usuario ROOT" @@ -87,10 +91,6 @@ rustup default 1.72.0 echo "Instalación completa." -#################### -sudo cat > /opt/emq-ver <<- "EOF" -EMQ-VER: 23.10.18 -EOF #################### sudo timedatectl set-timezone America/Panama ####################################################################################