Skip to content

Commit

Permalink
Update install_wordpress.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DonComProject authored May 20, 2024
1 parent c3e5b07 commit 2e85de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/install_wordpress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ wget https://raw.githubusercontent.com/DonComProject/arenita/main/src/ansible/wo

# Instalar Ansible y otras dependencias necesarias
print_message "Instalando Ansible y otras dependencias..." "$BLUE"
sudo apt-get install -y ansible sshpass python3-pip
sudo apt-get install -y openssh-server ansible sshpass python3-pip

# Generar una clave SSH sin interacción y sobrescribir si ya existe
print_message "Generando clave SSH..." "$BLUE"
Expand Down

0 comments on commit 2e85de0

Please sign in to comment.