mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-26 16:08:05 +08:00
修改box86地址
This commit is contained in:
parent
97f85bc640
commit
b1142664ac
@ -20,9 +20,9 @@ if [[ $? == 0 ]]; then
|
||||
exit 1
|
||||
fi
|
||||
#sudo wget https://itai-nelken.github.io/weekly-box86-debs/debian/box86.list -O /etc/apt/sources.list.d/box86.list
|
||||
echo deb https://code.gitlink.org.cn/gfdgd_xi/weekly-box86-debs/raw/branch/main/debian / > /etc/apt/sources.list.d/box86.list
|
||||
echo deb http://box86.gfdgdxi.top / > /etc/apt/sources.list.d/box86.list
|
||||
echo "adding key..."
|
||||
wget -qO- https://code.gitlink.org.cn/gfdgd_xi/weekly-box86-debs/raw/branch/main/debian/KEY.gpg | sudo apt-key add -
|
||||
wget -qO- http://box86.gfdgdxi.top/KEY.gpg | sudo apt-key add -
|
||||
installBox=box86
|
||||
if [[ $PCArch == "arm64" ]]; then
|
||||
installBox="box86 box64"
|
||||
|
Loading…
x
Reference in New Issue
Block a user