Bash is a dependency for OpenWRT

This commit is contained in:
HarvsG 2022-07-13 18:45:13 +01:00 committed by GitHub
parent ec90dab437
commit 9de66d5bbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'