diff --git a/deploy/install.abra.coopcloud.tech/installer b/deploy/install.abra.coopcloud.tech/installer index e3ef7ed..8017ba1 100755 --- a/deploy/install.abra.coopcloud.tech/installer +++ b/deploy/install.abra.coopcloud.tech/installer @@ -145,7 +145,6 @@ function install_docker { sudo apt-get install -yq \ apt-transport-https \ ca-certificates \ - curl \ gnupg \ lsb-release curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg @@ -161,7 +160,6 @@ function install_requirements { echo "Detected Debian based distribution, attempting to install system requirements..." sudo apt update && sudo apt install -y \ - curl \ passwdqc \ pwgen