更新脚本

This commit is contained in:
gfdgd_xi 2022-12-13 22:21:04 +08:00
parent 0a325cb012
commit 7dec9c7c1c
2 changed files with 2 additions and 2 deletions

View File

@ -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/gpg.asc
wget -P /tmp/gfdgd-xi-sources https://gfdgd-xi.github.io/gfdgd-xi-apt-mirrors/sources/github.list 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 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/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 cp -v /tmp/gfdgd-xi-sources/github.list /etc/apt/sources.list.d/gfdgdxi-list.list
sudo apt update sudo apt update

View File

@ -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/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 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 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/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 cp -v /tmp/gfdgd-xi-sources/gitlink.list /etc/apt/sources.list.d/gfdgdxi-list.list
sudo apt update sudo apt update