mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-05-24 08:59:49 +08:00
添加shell脚本
This commit is contained in:
parent
c3062915f4
commit
ba91aae7e1
4
InstallDeepinWine6OnUbuntu.sh
Normal file
4
InstallDeepinWine6OnUbuntu.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
wget -O- https://deepin-wine.i-m.dev/setup.sh | sh
|
||||
echo 安装完成,按回车键后退出
|
||||
read
|
14
InstallDeepinWineOnUbuntu.sh
Normal file
14
InstallDeepinWineOnUbuntu.sh
Normal file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
which git > /dev/null
|
||||
if [[ $? != 0 ]]; then
|
||||
sudo apt install git -y
|
||||
fi
|
||||
cd /tmp
|
||||
if [ -d /tmp/deepin-wine-for-ubuntu ]; then
|
||||
rm -rf /tmp/deepin-wine-for-ubuntu
|
||||
fi
|
||||
git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git
|
||||
cd deepin-wine-for-ubuntu
|
||||
bash install.sh
|
||||
echo 安装完成,按回车键退出
|
||||
read
|
Loading…
x
Reference in New Issue
Block a user