Update docspell-install.sh
This commit is contained in:
parent
b75d5288d7
commit
18c511abcf
@ -30,6 +30,7 @@ $STD apt-get install -y \
|
|||||||
unpaper \
|
unpaper \
|
||||||
unoconv \
|
unoconv \
|
||||||
wkhtmltopdf \
|
wkhtmltopdf \
|
||||||
|
git \
|
||||||
ocrmypdf \
|
ocrmypdf \
|
||||||
make
|
make
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
@ -78,7 +79,7 @@ DocspellDSC=$(wget -q https://github.com/docspell/dsc/releases/latest -O - | gre
|
|||||||
cd /opt
|
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-joex_${Docspell}_all.deb
|
||||||
wget -q https://github.com/eikek/docspell/releases/download/v${Docspell}/docspell-restserver_${Docspell}_all.deb
|
wget -q https://github.com/eikek/docspell/releases/download/v${Docspell}/docspell-restserver_${Docspell}_all.deb
|
||||||
$STD dpkg -i docspell-*
|
dpkg -i docspell-*
|
||||||
wget -q https://github.com/docspell/dsc/releases/download/v${DocspellDSC}/dsc_amd64-musl-${DocspellDSC}
|
wget -q https://github.com/docspell/dsc/releases/download/v${DocspellDSC}/dsc_amd64-musl-${DocspellDSC}
|
||||||
mv dsc_amd* dsc
|
mv dsc_amd* dsc
|
||||||
chmod +x dsc
|
chmod +x dsc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user