Skip to content
Merged
Show file tree
Hide file tree
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 ct/firecrawl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function update_script() {
exit
fi

ensure_dependencies build-essential
ensure_dependencies build-essential ccache

if check_for_gh_release "firecrawl" "firecrawl/firecrawl"; then
msg_info "Stopping Services"
Expand Down
1 change: 1 addition & 0 deletions install/firecrawl-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ update_os
msg_info "Installing Dependencies"
$STD apt install -y \
build-essential \
ccache \
Comment thread
MickLesk marked this conversation as resolved.
cmake \
git \
nftables \
Expand Down