This commit is contained in:
MickLesk 2026-01-06 20:35:25 +01:00
parent f5b9938bc1
commit 50e8da849a

View File

@ -15,9 +15,9 @@ update_os
msg_info "Installing Dependencies"
$STD apt install -y \
build-essential \
tesseract-ocr \
tesseract-ocr-all
build-essential \
tesseract-ocr \
tesseract-ocr-all
msg_ok "Installed Dependencies"
NODE_VERSION="24" setup_nodejs