mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-02-05 04:48:07 +08:00
更改qemu运行库地址
This commit is contained in:
parent
0360eaf5e0
commit
6dd18d9e8f
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
arch=amd64
|
arch=amd64
|
||||||
libPath=/usr/lib/x86_64-linux-gnu/
|
libPath=/usr/lib/x86_64-linux-gnu/
|
||||||
version=1.0.0
|
version=1.0.1
|
||||||
url="https://code.gitlink.org.cn/gfdgd_xi/runtime-for-qemu/raw/branch/master/$arch-runtime-for-qemu_${version}_all.deb"
|
url="https://github.com/rain-gfd/wine-download/releases/download/${version}-$arch-runtime-for-qemu/$arch-runtime-for-qemu_${version}_all.deb"
|
||||||
fileName=`basename $url`
|
fileName=`basename $url`
|
||||||
|
|
||||||
if [[ -d $libPath ]]; then
|
if [[ -d $libPath ]]; then
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
arch=arm64
|
arch=arm64
|
||||||
libPath=/usr/lib/aarch64-linux-gnu
|
libPath=/usr/lib/aarch64-linux-gnu
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
url="https://code.gitlink.org.cn/gfdgd_xi/runtime-for-qemu/raw/branch/master/$arch-runtime-for-qemu_${version}_all.deb"
|
url="https://github.com/rain-gfd/wine-download/releases/download/${version}-$arch-runtime-for-qemu/$arch-runtime-for-qemu_${version}_all.deb"
|
||||||
fileName=`basename $url`
|
fileName=`basename $url`
|
||||||
|
|
||||||
if [[ -d $libPath ]]; then
|
if [[ -d $libPath ]]; then
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
arch=armhf
|
arch=armhf
|
||||||
libPath=/usr/lib/arm-linux-gnueabihf/
|
libPath=/usr/lib/arm-linux-gnueabihf/
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
url="https://code.gitlink.org.cn/gfdgd_xi/runtime-for-qemu/raw/branch/master/$arch-runtime-for-qemu_${version}_all.deb"
|
url="https://github.com/rain-gfd/wine-download/releases/download/${version}-$arch-runtime-for-qemu/$arch-runtime-for-qemu_${version}_all.deb"
|
||||||
fileName=`basename $url`
|
fileName=`basename $url`
|
||||||
|
|
||||||
if [[ -d $libPath ]]; then
|
if [[ -d $libPath ]]; then
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
arch=i386
|
arch=i386
|
||||||
libPath=/usr/lib/i386-linux-gnu/
|
libPath=/usr/lib/i386-linux-gnu/
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
url="https://code.gitlink.org.cn/gfdgd_xi/runtime-for-qemu/raw/branch/master/$arch-runtime-for-qemu_${version}_all.deb"
|
url="https://github.com/rain-gfd/wine-download/releases/download/${version}-$arch-runtime-for-qemu/$arch-runtime-for-qemu_${version}_all.deb"
|
||||||
fileName=`basename $url`
|
fileName=`basename $url`
|
||||||
|
|
||||||
if [[ -d $libPath ]]; then
|
if [[ -d $libPath ]]; then
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
arch=mips64el
|
arch=mips64el
|
||||||
libPath=/usr/lib/mips64el-linux-gnuabi64
|
libPath=/usr/lib/mips64el-linux-gnuabi64
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
url="https://code.gitlink.org.cn/gfdgd_xi/runtime-for-qemu/raw/branch/master/$arch-runtime-for-qemu_${version}_all.deb"
|
url="https://github.com/rain-gfd/wine-download/releases/download/${version}-$arch-runtime-for-qemu/$arch-runtime-for-qemu_${version}_all.deb"
|
||||||
fileName=`basename $url`
|
fileName=`basename $url`
|
||||||
|
|
||||||
if [[ -d $libPath ]]; then
|
if [[ -d $libPath ]]; then
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
arch=ppc64el
|
arch=ppc64el
|
||||||
libPath=/usr/lib/powerpc64le-linux-gnu/
|
libPath=/usr/lib/powerpc64le-linux-gnu/
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
url="https://code.gitlink.org.cn/gfdgd_xi/runtime-for-qemu/raw/branch/master/$arch-runtime-for-qemu_${version}_all.deb"
|
url="https://github.com/rain-gfd/wine-download/releases/download/${version}-$arch-runtime-for-qemu/$arch-runtime-for-qemu_${version}_all.deb"
|
||||||
fileName=`basename $url`
|
fileName=`basename $url`
|
||||||
|
|
||||||
if [[ -d $libPath ]]; then
|
if [[ -d $libPath ]]; then
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
arch=riscv64
|
arch=riscv64
|
||||||
libPath=/usr/lib/riscv64-linux-gnu/
|
libPath=/usr/lib/riscv64-linux-gnu/
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
url="https://code.gitlink.org.cn/gfdgd_xi/runtime-for-qemu/raw/branch/master/$arch-runtime-for-qemu_${version}_all.deb"
|
url="https://github.com/rain-gfd/wine-download/releases/download/${version}-$arch-runtime-for-qemu/$arch-runtime-for-qemu_${version}_all.deb"
|
||||||
fileName=`basename $url`
|
fileName=`basename $url`
|
||||||
|
|
||||||
if [[ -d $libPath ]]; then
|
if [[ -d $libPath ]]; then
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
arch=s390x
|
arch=s390x
|
||||||
libPath=/usr/lib/s390x-linux-gnu/
|
libPath=/usr/lib/s390x-linux-gnu/
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
url="https://code.gitlink.org.cn/gfdgd_xi/runtime-for-qemu/raw/branch/master/$arch-runtime-for-qemu_${version}_all.deb"
|
url="https://github.com/rain-gfd/wine-download/releases/download/${version}-$arch-runtime-for-qemu/$arch-runtime-for-qemu_${version}_all.deb"
|
||||||
fileName=`basename $url`
|
fileName=`basename $url`
|
||||||
|
|
||||||
if [[ -d $libPath ]]; then
|
if [[ -d $libPath ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user