41 Star 235 Fork 31

铜豌豆 Linux/debian-cn

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install-wechat.sh 283 Bytes
一键复制 编辑 原始数据 按行查看 历史
atzlinux 提交于 2019-10-09 16:02 +08:00 . 更新微信安装信息
#!/bin/bash
cd wechat
cd `dirname $0`; pwd
echo '即将开始安装 ...'
wget -c -O electronic-wechat_2.0.1_i386.deb http://archive.ubuntukylin.com/ubuntukylin/pool/main/e/electronic-wechat/electronic-wechat_2.0.1_i386.deb
apt -y install ./electronic-wechat_2.0.1_i386.deb
cd ..
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/atzlinux/debian-cn.git
git@gitee.com:atzlinux/debian-cn.git
atzlinux
debian-cn
debian-cn
install-32bit

搜索帮助