浏览代码

removed turris OS

Tobias Cudnik 2 年之前
父节点
当前提交
7033ddb1d5
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      scripts/nm-quick.sh

+ 0 - 5
scripts/nm-quick.sh

@@ -311,11 +311,6 @@ install_dependencies() {
 		dependencies="git wireguard wget jq docker.io docker-compose"
 		update_cmd='pkg update'
 		install_cmd='pkg install -y'
-	elif [ -f /etc/turris-version ]; then
-		dependencies="git wireguard-tools bash jq docker.io docker-compose"
-		OS="TurrisOS"
-		update_cmd='opkg update'
-		install_cmd='opkg install'
 	else
 		install_cmd=''
 	fi