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