Browse Source

Bash is a dependency for OpenWRT

HarvsG 3 years ago
parent
commit
9de66d5bbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/netclient-install.sh

+ 1 - 1
scripts/netclient-install.sh

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