diff --git a/bookworm b/bookworm index 494aed4..4dc956d 100755 --- a/bookworm +++ b/bookworm @@ -273,7 +273,7 @@ function check_assertions() # Assert curl is setup if ! command -v curl 2>&1 >/dev/null; then - apt_get_wrapper --yes install curl + apt_install curl || { error "Yunohost installer requires curl to be installed, but it failed to install it."; return 1; } fi # Check PATH var