Преглед изворни кода

Bash is a dependency for OpenWRT

HarvsG пре 3 година
родитељ
комит
9de66d5bbb
1 измењених фајлова са 1 додато и 1 уклоњено
  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'
 	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'