Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down