summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wg.sh b/src/wg.sh
index d11c59a..fa44d1c 100755
--- a/src/wg.sh
+++ b/src/wg.sh
@@ -7,7 +7,7 @@ function wg::install() {
apt install wireguard
;;
arch)
- pacman -Sy --noconfirm wireguard-tools
+ pacman -Sy --noconfirm wireguard-tools iptables
;;
esac
}