We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d3905 commit 8638968Copy full SHA for 8638968
bookworm
@@ -273,7 +273,7 @@ function check_assertions()
273
274
# Assert curl is setup
275
if ! command -v curl 2>&1 >/dev/null; then
276
- 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; }
277
fi
278
279
# Check PATH var
0 commit comments