mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-11 07:34:31 +08:00
Bash is a dependency for OpenWRT
This commit is contained in:
parent
ec90dab437
commit
9de66d5bbb
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ elif [ "${OS}" = "FreeBSD" ]; then
|
|||
update_cmd='pkg update'
|
||||
install_cmd='pkg install -y'
|
||||
elif [ -f /etc/openwrt_release ]; then
|
||||
dependencies="wireguard-tools"
|
||||
dependencies="wireguard-tools bash"
|
||||
OS="OpenWRT"
|
||||
update_cmd='opkg update'
|
||||
install_cmd='opkg install'
|
||||
|
|
Loading…
Add table
Reference in a new issue