Update diy.sh

This commit is contained in:
悟空的日常镜像仓库 2023-12-05 21:35:16 +08:00
parent afc16ee6b6
commit e808160567
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ enable_ssh() {
echo "启用SSH服务"
sudo apt-get update
apt list --upgradable
sudo apt-get install openssh-server
sudo apt-get install openssh-server -y
}
#安装常用办公必备软件(office、QQ、微信、远程桌面等)