Skip to content

Commit

Permalink
auto updated by update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wszqkzqk committed Jul 6, 2018
1 parent b7ff493 commit 6c92f99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ deepin-wine环境的Ubuntu移植版

#### 安装教程

方法1:使用"git clone 'https://github.com/wszqkzqk/deepin-wine-ubuntu.git'" 克隆到本地,用图形界面的软件包管理器安装所有deb文件。
方法1:使用"git clone 'https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git'" 克隆到本地,用图形界面的软件包管理器安装所有deb文件。

方法2:使用"git clone 'https://github.com/wszqkzqk/deepin-wine-ubuntu.git'" 克隆到本地,(授予可执行权限后)在终端中运行install.sh 。
方法2:使用"git clone 'https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git'" 克隆到本地,(授予可执行权限后)在终端中运行install.sh 。

#### 使用说明

自行到'http://mirrors.aliyun.com/deepin/pool/non-free/d/' 中下载想要的容器安装运行即可。
自行到'http://mirrors.aliyun.com/deepin/pool/non-free/d/' 中下载想要的容器安装运行即可(容器建议使用命令安装)

推荐容器:

Expand Down
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash
cd `dirname $0`; pwd
echo '准备添加32位支持'
sudo dpkg --add-architecture i386
echo '添加成功,准备刷新apt缓存信息...'
sudo apt update
echo '即将开始安装...'
sudo dpkg -i *.deb
Expand Down

0 comments on commit 6c92f99

Please sign in to comment.