更换国内源

This commit is contained in:
gfdgd xi 2023-07-07 10:59:18 +08:00
parent aff9996515
commit ee68f6e26a

View File

@ -26,8 +26,8 @@ wget -qO- http://jihulab.com/gfdgd-xi/box86-debs/-/raw/master/KEY.gpg | sudo gpg
echo "adding key..."
installBox=box86-generic-arm
if [[ $PCArch == "arm64" ]]; then
sudo bash -c "echo deb https://atomgit.com/gfdgd-xi/box64-debs/raw/master/debian ./ > /etc/apt/sources.list.d/box64.list"
wget -qO- https://atomgit.com/gfdgd-xi/box64-debs/raw/master/KEY.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/box64-debs-archive-keyring.gpg
sudo bash -c "echo deb http://0.server.gfdgdxi.top:2345/spark-deepin-wine-runner/data/box64-debs//debian ./ > /etc/apt/sources.list.d/box64.list"
wget -qO- http://0.server.gfdgdxi.top:2345/spark-deepin-wine-runner/data/box64-debs/KEY.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/box64-debs-archive-keyring.gpg
installBox="box86-generic-arm box64-generic-arm"
sudo dpkg --add-architecture armhf
fi