From b1142664ac8dca2c9018b92f7b86ac5e87bca00a Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Mon, 8 May 2023 21:16:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9box86=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- InstallBox86.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InstallBox86.sh b/InstallBox86.sh index 2f83d01..38acc79 100755 --- a/InstallBox86.sh +++ b/InstallBox86.sh @@ -20,9 +20,9 @@ if [[ $? == 0 ]]; then exit 1 fi #sudo wget https://itai-nelken.github.io/weekly-box86-debs/debian/box86.list -O /etc/apt/sources.list.d/box86.list -echo deb https://code.gitlink.org.cn/gfdgd_xi/weekly-box86-debs/raw/branch/main/debian / > /etc/apt/sources.list.d/box86.list +echo deb http://box86.gfdgdxi.top / > /etc/apt/sources.list.d/box86.list echo "adding key..." -wget -qO- https://code.gitlink.org.cn/gfdgd_xi/weekly-box86-debs/raw/branch/main/debian/KEY.gpg | sudo apt-key add - +wget -qO- http://box86.gfdgdxi.top/KEY.gpg | sudo apt-key add - installBox=box86 if [[ $PCArch == "arm64" ]]; then installBox="box86 box64"