From 6ce28b49e8fd831d2230a8c9a0a463916983adad Mon Sep 17 00:00:00 2001 From: landaal-ict <89043910+landaal-ict@users.noreply.github.com> Date: Tue, 11 Jan 2022 20:45:23 +0100 Subject: [PATCH] Update wireguard-install.sh --- wireguard-install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wireguard-install.sh b/wireguard-install.sh index 0f9891b..6f7dd72 100755 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -53,10 +53,7 @@ function checkOS() { OS=oracle elif [[ -e /etc/os-release ]]; then source /etc/os-release - OS="${ID}" #opensuse-tumbleweet - elif [[ -e /etc/os-release ]]; then - source /etc/os-release - OS="${ID}" #opensuse-leap + OS="${ID}" #openSUSE elif [[ -e /etc/arch-release ]]; then OS=arch else