From a44ee06412d23e439ad9f661f7f23d9fd2fd3ea4 Mon Sep 17 00:00:00 2001 From: amidevous Date: Tue, 4 Jun 2024 21:21:03 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e4c1589..188aad0 100644 --- a/install.sh +++ b/install.sh @@ -31,7 +31,7 @@ elif [ -f /etc/os-release ]; then VER="$(uname -r)" fi ARCH=$(uname -m) -echo 'Detected : "$OS" "$VER" "$ARCH"' +echo "Detected : $OS $VER $ARCH" if [[ "$OS" = "Ubuntu" && ( "$VER" = "20.04" || "$VER" = "22.04" || "$VER" = "24.04" ) && "$ARCH" == "x86_64" ]] ; then echo "Ok." else