40 Star 210 Fork 27

铜豌豆 Linux / debian-cn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install-all-apt.sh 553 Bytes
一键复制 编辑 原始数据 按行查看 历史
atzlinux 提交于 2020-01-31 09:45 . 安装脚本显示铜豌豆域名
#!/bin/bash
echo "开始安装铜豌豆中文套件 atzlinux.com ..."
./install-debian-cn-repo.sh
apt -y install xdg-utils
apt -y install xfce4-settings
apt -y install libcanberra-gtk-module
# 安装 update-desktop-database 命令
apt -y install desktop-file-utils
apt -y install \
baidunetdisk \
netease-cloud-music \
sogoupinyin \
electronic-wechat \
youdao-dict \
wps-office wps-office-fonts
apt -y install linuxqq
rm -f /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
apt-install

搜索帮助