From 7406661b14fbb7250a4d26b9ebcac49c65b159c9 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sat, 18 Mar 2023 23:22:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/gitlink.list | 4 ++-- sources/gitlink.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/gitlink.list b/sources/gitlink.list index e71693ff..1157f9e2 100755 --- a/sources/gitlink.list +++ b/sources/gitlink.list @@ -1,2 +1,2 @@ -deb https://code.gitlink.org.cn/gfdgd-xi-org/apt-packages-program/raw/branch/master/ ./ -deb https://code.gitlink.org.cn/gfdgd-xi-org/apt-packages-depend/raw/branch/master/ ./ \ No newline at end of file +deb https://code.gitlink.org.cn/gfdgd_xi/apt-packages-program/raw/branch/master/ ./ +deb https://code.gitlink.org.cn/gfdgd_xi/apt-packages-depend/raw/branch/master/ ./ diff --git a/sources/gitlink.sh b/sources/gitlink.sh index 15da2f81..adb82ba6 100755 --- a/sources/gitlink.sh +++ b/sources/gitlink.sh @@ -1,7 +1,7 @@ #!/bin/bash mkdir -p /tmp/gfdgd-xi-sources -wget -P /tmp/gfdgd-xi-sources https://code.gitlink.org.cn/gfdgd-xi-org/apt-packages-program/raw/branch/master/gpg.asc -wget -P /tmp/gfdgd-xi-sources https://code.gitlink.org.cn/gfdgd-xi-org/apt-packages-program/raw/branch/master/sources/gitlink.list +wget -P /tmp/gfdgd-xi-sources https://code.gitlink.org.cn/gfdgd_xi/apt-packages-program/raw/branch/master/gpg.asc +wget -P /tmp/gfdgd-xi-sources https://code.gitlink.org.cn/gfdgd_xi/apt-packages-program/raw/branch/master/sources/gitlink.list gpg --dearmor /tmp/gfdgd-xi-sources/gpg.asc #sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FD6EEA1F20CD4B27 sudo cp -v /tmp/gfdgd-xi-sources/gpg.asc.gpg /etc/apt/trusted.gpg.d/gfdgdxi-list-apt.gpg