fix missing packages
This commit is contained in:
2
install
2
install
@@ -225,7 +225,7 @@ main() {
|
||||
log_cmd "sudo apt update -qq" "Updating package list" "$LOG_FILE"
|
||||
|
||||
# 2. Install required packages
|
||||
log_cmd "sudo DEBIAN_FRONTEND=noninteractive apt install -y openssh-server ethtool git build-essential curl net-tools systemd-services" "Installing required packages" "$LOG_FILE"
|
||||
log_cmd "sudo DEBIAN_FRONTEND=noninteractive apt install -y openssh-server ethtool git build-essential curl net-tools" "Installing required packages" "$LOG_FILE"
|
||||
|
||||
# 3. Configure SSH
|
||||
setup_ssh "$LOG_FILE"
|
||||
|
Reference in New Issue
Block a user