From 672df64011da335e31a7b45e5363dea2d6018557 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 6 Jul 2021 12:51:16 +0200 Subject: [PATCH] Not required to check actually [ci skip] Since `curl` is used to actually run the script :) --- deploy/install.abra.coopcloud.tech/installer | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deploy/install.abra.coopcloud.tech/installer b/deploy/install.abra.coopcloud.tech/installer index ba0a7b86..53a6613b 100755 --- a/deploy/install.abra.coopcloud.tech/installer +++ b/deploy/install.abra.coopcloud.tech/installer @@ -206,10 +206,6 @@ function run_installation { install_requirements fi - if ! type curl > /dev/null 2>&1; then - error "'curl' program is not installed, cannot continue..." - fi - if [ "$dev" == "true" ]; then install_abra_dev else