From 5c29d67b4659619390ff9a7beb57573ad0275059 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Wed, 28 Sep 2022 12:28:34 +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=E9=80=89=E9=A1=B9=E9=BB=98=E8=AE=A4=E5=BC=80=E5=90=AF?= =?UTF-8?q?=20Fix=20https://github.com/siyuan-note/siyuan/issues/6000?= 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 328fc91a5..1a6dc85e9 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: false, + DownloadInstallPkg: true, } }