浏览代码

Update install.func

tweak
tteckster 1 年之前
父节点
当前提交
9948c7c410
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      misc/install.func

+ 1 - 2
misc/install.func

@@ -84,8 +84,7 @@ setting_up_container() {
     exit 1
   fi
   rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
-  systemctl stop systemd-networkd-wait-online.service
-  $STD systemctl disable systemd-networkd-wait-online.service
+  systemctl disable -q --now systemd-networkd-wait-online.service
   msg_ok "Set up Container OS"
   msg_ok "Network Connected: ${BL}$(hostname -I)"
 }