Skip to content

Commit 72fe8a7

Browse files
committed
add and update
1 parent b262ee3 commit 72fe8a7

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

Debian_GNOME_Init/Debian11_GNOME.sh renamed to Debian_GNOME_Init/Debian_Bullseye_GNOME_Setup.sh

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/rmshadows/rm_scripts
33

44
:<<!说明
5-
Version:0.0.3
5+
Version:0.0.4
66
预设参数(在这里修改预设参数, 谢谢)
77
注意:如果没有注释,默认0 为否 1 为是。
88
if [ "$" -eq 1 ];then
@@ -2098,20 +2098,6 @@ if [ "$SET_INSTALL_TEAMVIEWER" -eq 1 ];then
20982098
fi
20992099
fi
21002100
2101-
# 安装wps-office
2102-
if [ "$SET_INSTALL_WPS_OFFICE" -eq 1 ];then
2103-
if ! [ -x "$(command -v wps)" ]; then
2104-
prompt -x "安装wps-office"
2105-
# wget https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/9615/wps-office_11.1.0.9615_amd64.deb
2106-
# 较稳定版本
2107-
# wget https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/10161/wps-office_11.1.0.10161_amd64.deb
2108-
wget https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/10702/wps-office_11.1.0.10702_amd64.deb
2109-
doApt install ./wps-office*amd64.deb
2110-
else
2111-
prompt -m "您可能已经安装了WPS"
2112-
fi
2113-
fi
2114-
21152101
# 安装skype
21162102
if [ "$SET_INSTALL_SKYPE" -eq 1 ];then
21172103
if ! [ -x "$(command -v skypeforlinux)" ]; then
@@ -2160,6 +2146,20 @@ if [ "$SET_INSTALL_TEAMVIEWER" -eq 1 ];then
21602146
fi
21612147
fi
21622148
2149+
# 安装wps-office
2150+
if [ "$SET_INSTALL_WPS_OFFICE" -eq 1 ];then
2151+
if ! [ -x "$(command -v wps)" ]; then
2152+
prompt -x "安装wps-office"
2153+
# wget https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/9615/wps-office_11.1.0.9615_amd64.deb
2154+
# 较稳定版本
2155+
# wget https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/10161/wps-office_11.1.0.10161_amd64.deb
2156+
wget https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/10702/wps-office_11.1.0.10702_amd64.deb
2157+
doApt install ./wps-office*amd64.deb
2158+
else
2159+
prompt -m "您可能已经安装了WPS"
2160+
fi
2161+
fi
2162+
21632163
# 安装网易云音乐
21642164
if [ "$SET_INSTALL_NETEASE_CLOUD_MUSIC" -eq 1 ];then
21652165
if ! [ -x "$(command -v netease-cloud-music)" ]; then

Debian_GNOME_Init/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Debian11_GNOME.sh
22

3-
>Current Version: 0.0.1
3+
>Current Version: 0.0.4
44
55
## 使用方法
66

@@ -143,6 +143,7 @@
143143
- openssh-server——SSH
144144
- pwgen——随机密码生成
145145
- python3-pip——pip3
146+
- qt5ct——qt界面
146147
- reaver——无线WPS测试
147148
- screenfetch——显示系统信息
148149
- sed——文本编辑工具

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
## 更新日志
1818

19+
- 2021年10月27日——0.0.2
20+
- 发布Debian 11部署脚本正式版0.0.4
1921
- 2021年9月28日——0.0.1
2022
- **停止对Debian 10 脚本的更新**
2123
- 开始Debian 11脚本的编写,采用**预配置的方式一键部署**

0 commit comments

Comments
 (0)