首页 > 微信 > 详细

ubuntu qq/微信

时间:2021-02-18 17:14:14      阅读:48      评论:0      收藏:0      [点我收藏+]

Ubuntu qq&微信安装/启动脚本。

  1. Docker
    本脚本依赖Docker,需要提前安装好Docker环境。参考https://yeasy.gitbooks.io/docker_practice/install/ubuntu.html安装

Ubuntu 18.04(及以上)简化安装:

sudo apt update
sudo apt install docker.io -y
sudo usermod -aG docker $USER

安装完成需要退出当前终端并重新登录。

然后开启 docker

systemctl unmask docker.service
systemctl unmask docker.socket
systemctl start docker.service

systemctl enable docker # 开机自动启动docker

systemctl start docker # 启动docker
systemctl restart docker # 重启dokcer
  1. 安装
#Install qq
bash <(curl -L -s https://raw.githubusercontent.com/ygcaicn/ubuntu_qq/master/qq.sh)

#Install wechat
bash <(curl -L -s https://raw.githubusercontent.com/ygcaicn/ubuntu_qq/master/wechat.sh)
  1. 使用
    安装完成后第一次运行需要下载镜像,通常需要几分钟!
qq -h
qq [-h] [-i] [-f] [-c] [--start|start] [-t|--tag Tag] [--remove] [--instance]
  -h, --help            Show help
  -i, --install         Install this script to system
  -f, --force           Force install or reinstall
  -c, --clean           Clean all qq container
  -t, --tag Tag         Explicit docker tag, latest is default
                        im(QQ), office(TIM), eim(EIM), light,latest(QQ Light)
      --start           Start qq
      --update          Update script
      --remove          Remove this script
      --instance        Create a instance qq container, you can create more than one using this option

wechat -h
wechat [-h] [-i] [-f] [-c] [--start|start] [--remove] [--instance]
  -h, --help            Show help
  -i, --install         Install this script to system
  -f, --force           Force install or reinstall
  -c, --clean           Clean all wechat container
      --start           Start wechat
      --update          Update script
      --remove          Remove this script
      --instance        Create a instance wechat container, you can create more than one using this option

自动创建启动图标,使用--instance选项可多开。可以复制粘贴发送文件。

配合插件TopIcons Plus使用,体验更佳!

show

感谢
https://github.com/bestwu/docker-qq

https://github.com/bestwu/docker-wechat

ubuntu qq/微信

原文:https://www.cnblogs.com/satire/p/14412568.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!