1 Star 1 Fork 0

hh/Deepin-Apps-Installation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install-deepin-wine.sh 368 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jactor-Sue 提交于 2018-11-09 08:49 . fix scripts
#!/bin/bash
echo "updating cache"
sudo apt update -y
echo "installing libs..."
sudo dpkg -i --force-overwrite ./libs/*.deb
sudo apt install -fy -o Dpkg::Options::="--force-overwrite"
echo "installing deepin-wine..."
sudo dpkg -i --force-overwrite ./deepin-wine/*.deb
sudo apt install -fy -o Dpkg::Options::="--force-overwrite"
sudo apt autoremove -y
echo "done."
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhdong/Deepin-Apps-Installation.git
[email protected]:zhdong/Deepin-Apps-Installation.git
zhdong
Deepin-Apps-Installation
Deepin-Apps-Installation
master

搜索帮助