Browse Source

Added wireguard to dependencies.

Caleb Gasser 3 years ago
parent
commit
2edfa6f801
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/netclient-install.sh

+ 1 - 1
scripts/netclient-install.sh

@@ -34,7 +34,7 @@ elif [ -f /etc/arch-release ]; then
 	update_cmd='pacman -Sy'
 	update_cmd='pacman -Sy'
 	install_cmd='pacman -S --noconfirm'
 	install_cmd='pacman -S --noconfirm'
 elif [ "${OS}" = "FreeBSD" ]; then
 elif [ "${OS}" = "FreeBSD" ]; then
-	dependencies="wireguard"
+	dependencies="wireguard wget"
 	update_cmd='pkg update'
 	update_cmd='pkg update'
 	install_cmd='pkg install -y'
 	install_cmd='pkg install -y'
 elif [ -f /etc/openwrt_release ]; then
 elif [ -f /etc/openwrt_release ]; then