From b8d7eb79efd8c1f84564af67bea9dae110496e37 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 8 Sep 2022 17:40:24 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=A1=8C=E9=9D=A2=E7=AB=AF=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E4=B8=8B=E8=BD=BD=E6=9B=B4=E6=96=B0=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=8C=85=20https://github.com/siyuan-note/siyuan/issues/5837?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/conf/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/conf/system.go b/kernel/conf/system.go index 1a6dc85e9..328fc91a5 100644 --- a/kernel/conf/system.go +++ b/kernel/conf/system.go @@ -46,7 +46,7 @@ func NewSystem() *System { ID: util.GetDeviceID(), KernelVersion: util.Ver, NetworkProxy: &NetworkProxy{}, - DownloadInstallPkg: true, + DownloadInstallPkg: false, } }