diff --git a/.gitignore b/.gitignore index b56bf65d85583b03eeccfaa2a927084583a33e91..184c7d38d2d8b1a7fd87b4adc55e3e054e2254a7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ # .nfs files are created when an open file is removed but is still being accessed .nfs* + +atzlinux-archive-keyring_lastest_all.deb diff --git a/install-debian-cn-keyring.sh b/install-debian-cn-keyring.sh index 39506d3738f54d05645d34c08a91d1bf97b286a1..5e3aeeb01d6fe4305214b88ed30f661b92978bdf 100755 --- a/install-debian-cn-keyring.sh +++ b/install-debian-cn-keyring.sh @@ -2,6 +2,6 @@ cd `dirname $0`; pwd echo '即将开始安装铜豌豆软件源 atzlinux.com ...' apt -y install wget -wget -c -O atzlinux-archive-keyring_lastest_all.deb https://www.atzlinux.com/debian/pool/main/a/atzlinux-archive-keyring/atzlinux-archive-keyring_lastest_all.deb +wget -c -O atzlinux-archive-keyring_lastest_all.deb https://www.atzlinux.com/atzlinux/pool/main/a/atzlinux-archive-keyring/atzlinux-archive-keyring_lastest_all.deb apt -y install ./atzlinux-archive-keyring_lastest_all.deb echo '安装完成'