更新 init-debian.sh
This commit is contained in:
+1
-1
@@ -184,7 +184,7 @@ task_2_download_data() {
|
||||
|
||||
task_3_install_packages() {
|
||||
apt-get update || return 1
|
||||
apt-get install -y sudo vim rsync curl sshpass || return 1
|
||||
apt-get install --no-install-recommends -y sudo vim rsync curl sshpass cron || return 1
|
||||
apt-get reinstall -y openssl openssh-server || return 1
|
||||
log_success "基础软件包安装完成"
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user