From 86f1e8be33a759a48966538377e60226f852fc2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADcolas=20Pastorello?= Date: Sat, 12 Apr 2025 15:04:23 -0300 Subject: [PATCH] Update install/jumpserver-install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- install/jumpserver-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/jumpserver-install.sh b/install/jumpserver-install.sh index e9c11ca..4cc2539 100644 --- a/install/jumpserver-install.sh +++ b/install/jumpserver-install.sh @@ -24,7 +24,7 @@ msg_info "Installing JumpServer" cd /opt RELEASE=$(curl -fsSL https://api.github.com/repos/jumpserver/installer/releases/latest | grep '"tag_name"' | sed -E 's/.*"tag_name": "([^"]+)".*/\1/') curl -fsSL "https://github.com/jumpserver/installer/releases/download/${RELEASE}/jumpserver-installer-${RELEASE}.tar.gz" -o jumpserver-installer-${RELEASE}.tar.gz -$STD mkdir -p /opt/jumpserver +mkdir -p /opt/jumpserver $STD tar -xzvf jumpserver-installer-${RELEASE}.tar.gz -C /opt/jumpserver --strip-components=1 cd /opt/jumpserver $STD ./jmsctl.sh install <