From d7a4c2cebea82a20ad7efb0c6fb0035605995c87 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 6 Jul 2021 00:11:47 +0200 Subject: [PATCH] This has to be already installed [ci skip] --- deploy/install.abra.coopcloud.tech/installer | 2 -- 1 file changed, 2 deletions(-) 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