mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-26 02:04:49 +00:00
Fix Firecrawl install: add ccache dependency for koffi native build (#16746)
* Fix firecrawl * Add ccache to dependencies in firecrawl.sh
This commit is contained in:
committed by
GitHub
parent
dbfe293040
commit
1bc1b0e9bd
@@ -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"
|
||||
|
||||
@@ -16,6 +16,7 @@ update_os
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt install -y \
|
||||
build-essential \
|
||||
ccache \
|
||||
cmake \
|
||||
git \
|
||||
nftables \
|
||||
|
||||
Reference in New Issue
Block a user