diff --git a/ct/firecrawl.sh b/ct/firecrawl.sh index 928e39129..2cbf32edb 100644 --- a/ct/firecrawl.sh +++ b/ct/firecrawl.sh @@ -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" diff --git a/install/firecrawl-install.sh b/install/firecrawl-install.sh index 96bcaa8ba..9ef46523e 100644 --- a/install/firecrawl-install.sh +++ b/install/firecrawl-install.sh @@ -16,6 +16,7 @@ update_os msg_info "Installing Dependencies" $STD apt install -y \ build-essential \ + ccache \ cmake \ git \ nftables \