diff --git a/scripts/bootstrap-vps-debian12.sh b/scripts/bootstrap-vps-debian12.sh index 2e710c7..b6dc0aa 100644 --- a/scripts/bootstrap-vps-debian12.sh +++ b/scripts/bootstrap-vps-debian12.sh @@ -14,10 +14,10 @@ ANSIUSERDIR=/home/$ANSIUSER TMP_PORT=46347 # Update to current -apt update && apt upgrade -y --no-recommends +apt update && apt upgrade -y # Install requirements -apt install -y --no-recommends openssh-client openssh-server sudo +apt install -y --no-install-recommends openssh-client openssh-server sudo git curl wget # Create a user for Ansible useradd -m -s /bin/bash -c "Ansible User" $ANSIUSER