Added wireguard to dependencies.

This commit is contained in:
Caleb Gasser 2022-06-22 10:52:01 -05:00
parent 39c4502fc4
commit 2edfa6f801

View file

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