This commit is contained in:
CanbiZ 2025-03-06 11:16:29 +01:00
parent 4d415b0cf9
commit 89fc7ebd2e

View File

@ -54,10 +54,9 @@ RELEASE=$(curl -s https://api.github.com/repos/icereed/paperless-gpt/releases/la
wget -q "https://github.com/icereed/paperless-gpt/archive/refs/tags/v${RELEASE}.tar.gz" -O $temp_file
tar zxf $temp_file
mv paperless-gpt-${RELEASE} /opt/paperless-gpt
cd /opt/paperless-gpt/web-app
npm install
npm run build
$STD npm install
$STD npm run build
cd /opt/paperless-gpt
go mod download
export CC=musl-gcc