1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-06-05 13:00:48 +00:00

Update wireguard-install.sh

This commit is contained in:
landaal-ict 2022-01-11 20:45:23 +01:00 committed by GitHub
parent 5256e48b92
commit 6ce28b49e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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