From 1ae6cc633b716d867a96d0aa17023a2a114a8041 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 20 Oct 2024 00:50:53 +0300 Subject: [PATCH] fixed alpine dep... Signed-off-by: Alex A. Naanou --- wireguard/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard/make.sh b/wireguard/make.sh index 798850d..4fc4bd8 100755 --- a/wireguard/make.sh +++ b/wireguard/make.sh @@ -89,7 +89,7 @@ pctCreateAlpine $ID "$PASS" echo "# Installing dependencies..." @ lxc-attach $ID apk add \ - iptables wireguard-tools-wg-quick make bind-tools libqrencode logrotate + iptables wireguard-tools-wg-quick make bind-tools libqrencode-tools logrotate echo "# Copying assets..." pctPushAssets $ID