mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-12 17:48:27 +08:00
5 lines
110 B
Bash
5 lines
110 B
Bash
|
#!/bin/bash
|
||
|
wget -O- https://deepin-wine.i-m.dev/setup.sh | sh
|
||
|
echo 安装完成,按回车键后退出
|
||
|
read
|