Browse Source

unsupported OS

merge-requests/39/merge
Steven Foerster 5 years ago
parent
commit
8d1de1695b
  1. 3
      scripts/install.sh

3
scripts/install.sh

@ -134,6 +134,9 @@ if [ "$DISTRO" == "ubuntu" ] || [ "$DISTRO" == "debian" ]; then @@ -134,6 +134,9 @@ if [ "$DISTRO" == "ubuntu" ] || [ "$DISTRO" == "debian" ]; then
sudo -E apt install -y linux-headers-$(uname -r)
elif [ "$DISTRO" == "raspbian" ] || [ "$DISTRO" == "raspios" ]; then
sudo -E apt install -y raspberrypi-kernel-headers
else
echo "Unsupported OS: $DISTRO"
exit 1
fi
# Wireugard

Loading…
Cancel
Save