From 534090e6063bd7168dbc14750dd810fc21547748 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 17 Mar 2025 13:44:54 +0100 Subject: [PATCH] Update docspell-install.sh --- install/docspell-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/docspell-install.sh b/install/docspell-install.sh index 8e0a6cd..09b5784 100644 --- a/install/docspell-install.sh +++ b/install/docspell-install.sh @@ -79,7 +79,7 @@ DocspellDSC=$(wget -q https://github.com/docspell/dsc/releases/latest -O - | gre cd /opt wget -q https://github.com/eikek/docspell/releases/download/v${Docspell}/docspell-joex_${Docspell}_all.deb wget -q https://github.com/eikek/docspell/releases/download/v${Docspell}/docspell-restserver_${Docspell}_all.deb -dpkg -i docspell-* +dpkg -i docspell-*.deb wget -q https://github.com/docspell/dsc/releases/download/v${DocspellDSC}/dsc_amd64-musl-${DocspellDSC} mv dsc_amd* dsc chmod +x dsc