diff --git a/sources/github.sh b/sources/github.sh index 014ce6b..6958282 100755 --- a/sources/github.sh +++ b/sources/github.sh @@ -3,7 +3,7 @@ mkdir -p /tmp/gfdgd-xi-sources wget -P /tmp/gfdgd-xi-sources https://gfdgd-xi.github.io/gfdgd-xi-apt-mirrors/gpg.asc wget -P /tmp/gfdgd-xi-sources https://gfdgd-xi.github.io/gfdgd-xi-apt-mirrors/sources/github.list gpg --dearmor /tmp/gfdgd-xi-sources/gpg.asc -sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FD6EEA1F20CD4B27 +#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.gpg sudo cp -v /tmp/gfdgd-xi-sources/github.list /etc/apt/sources.list.d/gfdgdxi-list.list sudo apt update diff --git a/sources/gitlink.sh b/sources/gitlink.sh index 6043acf..22052cc 100755 --- a/sources/gitlink.sh +++ b/sources/gitlink.sh @@ -3,7 +3,7 @@ mkdir -p /tmp/gfdgd-xi-sources wget -P /tmp/gfdgd-xi-sources https://code.gitlink.org.cn/gfdgd_xi/gfdgd-xi-apt-mirrors/raw/branch/master/gpg.asc wget -P /tmp/gfdgd-xi-sources https://code.gitlink.org.cn/gfdgd_xi/gfdgd-xi-apt-mirrors/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 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.gpg sudo cp -v /tmp/gfdgd-xi-sources/gitlink.list /etc/apt/sources.list.d/gfdgdxi-list.list sudo apt update