更改qemu运行库地址

This commit is contained in:
2023-04-30 22:23:20 +08:00
parent 0360eaf5e0
commit 6dd18d9e8f
8 changed files with 9 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash
arch=amd64
libPath=/usr/lib/x86_64-linux-gnu/
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"
version=1.0.1
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`
if [[ -d $libPath ]]; then