From a3bc1c3a96ed0f20f8048eb6502fa7462c01b7b8 Mon Sep 17 00:00:00 2001 From: sergey837 <58519426+sergey837@users.noreply.github.com> Date: Mon, 30 Oct 2023 01:30:23 +0300 Subject: [PATCH] linux.sh --- 3.0.4/linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.0.4/linux.sh b/3.0.4/linux.sh index 2601467..474f01e 100644 --- a/3.0.4/linux.sh +++ b/3.0.4/linux.sh @@ -37,7 +37,7 @@ function get_app() { useradd -m $_9HITSUSER fi - wget -O "/tmp/get-app.sh" https://9hitste.github.io/install/3.0.4/get-app.sh && chmod +x "/tmp/get-app.sh" + wget --no-check-certificate -O "/tmp/get-app.sh" https://9hitste.github.io/install/3.0.4/get-app.sh && chmod +x "/tmp/get-app.sh" runuser -l $_9HITSUSER -c "/bin/bash /tmp/get-app.sh $(printf "%q" "$ARGS")" rm -f "/tmp/get-app.sh" }