浏览代码

Update homebridge.sh

fix update
tteckster 2 年之前
父节点
当前提交
5fbe9ae884
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ct/homebridge.sh

+ 1 - 1
ct/homebridge.sh

@@ -55,7 +55,7 @@ header_info
 if [[ ! -d /var ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
 msg_info "Updating ${APP} LXC"
 apt-get update &>/dev/null
-apt-get -y upgrade &>/dev/null
+apt-get install -y homebridge &>/dev/null
 msg_ok "Updated Successfully"
 exit
 }