mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-18 22:55:15 +08:00
Merge pull request #1389 from HarvsG/patch-2
Bash is a dependency for OpenWRT
This commit is contained in:
@@ -38,7 +38,7 @@ elif [ "${OS}" = "FreeBSD" ]; then
|
|||||||
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
|
||||||
dependencies="wireguard-tools"
|
dependencies="wireguard-tools bash"
|
||||||
OS="OpenWRT"
|
OS="OpenWRT"
|
||||||
update_cmd='opkg update'
|
update_cmd='opkg update'
|
||||||
install_cmd='opkg install'
|
install_cmd='opkg install'
|
||||||
|
Reference in New Issue
Block a user