aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Goessel <info@mgoessel.de>2019-05-08 10:38:08 +0200
committerGitHub <noreply@github.com>2019-05-08 10:38:08 +0200
commit9d26e7c72ac3a98d0ac7fcc734b9565c9f5bbc60 (patch)
treec03a5f5d2c32b108f8c90a02ae4e6ef0774eb17f
parent14d72d7b22bd2aed7b369d56a6e58a7d11989a2e (diff)
Update wireguard-install.sh
fix little typo
-rw-r--r--wireguard-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/wireguard-install.sh b/wireguard-install.sh
index 598f422..1c64d5c 100644
--- a/wireguard-install.sh
+++ b/wireguard-install.sh
@@ -12,7 +12,7 @@ fi
if [ "$(systemd-detect-virt)" == "lxc" ]; then
echo "LXC is not supported (yet)."
- echo "WireGuard can techniaclly run in an LXC container,"
+ echo "WireGuard can technically run in an LXC container,"
echo "but the kernel module has to be installed on the host,"
echo "the container has to be run with some specific parameters"
echo "and only the tools need to be installed in the container."