mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-09 04:02:03 +00:00
Update wireguard-install.sh
fix little typo
This commit is contained in:
parent
14d72d7b22
commit
9d26e7c72a
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue