mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Update wireguard-install.sh
This commit is contained in:
parent
55d335ddce
commit
f62a4c7c99
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ function checkOS() {
|
|||
echo "Your version of Debian (${VERSION_ID}) is not supported. Please use Debian 10 Buster or later"
|
||||
exit 1
|
||||
fi
|
||||
OS=debian
|
||||
OS=debian # overwrite if raspbian
|
||||
fi
|
||||
elif [[ -e /etc/fedora-release ]]; then
|
||||
source /etc/os-release
|
||||
|
|
Loading…
Add table
Reference in a new issue