Not required to check actually [ci skip]

Since `curl` is used to actually run the script :)
This commit is contained in:
decentral1se 2021-07-06 12:51:16 +02:00
parent 0581559783
commit 672df64011
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 4 deletions

View File

@ -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