40 Star 211 Fork 27

铜豌豆 Linux / debian-cn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install-sogoupinyin.sh 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
atzlinux 提交于 2019-11-10 11:20 . 增加搜狗拼音需要的软件包
#!/bin/bash
cd `dirname $0`; pwd
./install-debian-cn-repo.sh
echo '即将开始安装 ...'
apt -y install \
fcitx-config-common \
fcitx-config-gtk \
fcitx-frontend-all \
fcitx-frontend-qt5 \
fcitx-googlepinyin \
fcitx-m17n \
fcitx-module-x11 \
fcitx-sunpinyin \
fcitx-table-wubi \
fcitx-table-wbpy \
fcitx-ui-classic
apt -y install sogoupinyin
rm -fv /etc/apt/sources.list.d/sogoupinyin.list
echo '搜狗拼音输入法安装完成后,需要退出当前登录的图像界面,再重新登录,才能够让搜狗输入法生效。'
Shell
1
https://gitee.com/atzlinux/debian-cn.git
git@gitee.com:atzlinux/debian-cn.git
atzlinux
debian-cn
debian-cn
deb11

搜索帮助