From ff318911e6a4bec12b2caf07c7aab4f6107882c8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 27 May 2025 09:37:20 +0200 Subject: [PATCH] Update kasm-install.sh --- install/kasm-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/kasm-install.sh b/install/kasm-install.sh index dd1bf7c..236d15b 100644 --- a/install/kasm-install.sh +++ b/install/kasm-install.sh @@ -21,7 +21,7 @@ curl -fsSL -o "/opt/kasm_release_${RELEASE}.tar.gz" "https://kasm-static-content cd /opt tar -xf "kasm_release_${RELEASE}.tar.gz" chmod +x /opt/kasm_release/install.sh -printf 'y\ny\ny\n4\n' | bash /opt/kasm_release/install.sh | tee ~/kasm-install.output +printf 'y\ny\ny\n4\n' | $STD bash /opt/kasm_release/install.sh | tee ~/kasm-install.output sed -n '/Kasm UI Login Credentials/,$p' ~/kasm-install.output >~/kasm.creds echo "${RELEASE}" >/opt/${APPLICATION}_version.txt msg_ok "Installed Kasm Workspaces"