From c45cbe99522ac1b0f593c9d070854808165f05bb Mon Sep 17 00:00:00 2001 From: gnuhub Date: Sun, 10 Apr 2022 05:09:48 +0000 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E6=AD=A2chrome=E4=BD=BF=E7=94=A8googl?= =?UTF-8?q?e=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/postinst b/debian/postinst index 89adf96..2807dfe 100755 --- a/debian/postinst +++ b/debian/postinst @@ -15,4 +15,6 @@ UNZIP="-O CP936" ZIPINFO="-O CP936" EOF +touch /etc/apt/sources.list.d/google-chrome.list +echo "">/etc/apt/sources.list.d/google-chrome.list #DEBHELPER# -- Gitee