aboutsummaryrefslogtreecommitdiff
path: root/wireguard-install.sh
diff options
context:
space:
mode:
authorStanislas <angristan@pm.me>2019-05-08 12:41:32 +0200
committerGitHub <noreply@github.com>2019-05-08 12:41:32 +0200
commit2ef72e0dbe85a034ddf02cccf92bb402cc17eda5 (patch)
treec03a5f5d2c32b108f8c90a02ae4e6ef0774eb17f /wireguard-install.sh
parent14d72d7b22bd2aed7b369d56a6e58a7d11989a2e (diff)
parent9d26e7c72ac3a98d0ac7fcc734b9565c9f5bbc60 (diff)
Merge pull request #9 from shoujii/patch-1
Fix typo in wireguard-install.sh
Diffstat (limited to 'wireguard-install.sh')
-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."