Update system preparation script to include python3-pip installation

- Added python3-pip to the list of standard CLI tools installed in the system preparation script, enhancing the environment setup for Python package management.
This commit is contained in:
Yury Kossakovsky
2025-05-13 17:30:15 -06:00
parent 7a883959e4
commit 2835253eee

View File

@@ -16,7 +16,7 @@ log_info "Installing standard CLI tools..."
apt install -y \
htop git curl make unzip ufw fail2ban python3 psmisc whiptail \
build-essential ca-certificates gnupg lsb-release openssl \
debian-keyring debian-archive-keyring apt-transport-https python3-dotenv
debian-keyring debian-archive-keyring apt-transport-https python3-pip python3-dotenv
# Configuring Firewall (UFW)
log_info "Configuring firewall (UFW)..."