mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 18:04:38 +00:00
popd
This commit is contained in:
parent
49f1f7b1e2
commit
4add8e8273
1 changed files with 2 additions and 2 deletions
|
@ -54,12 +54,12 @@ $STD apt-get install -y \
|
||||||
msg_ok "Installed OCR Dependencies"
|
msg_ok "Installed OCR Dependencies"
|
||||||
|
|
||||||
msg_info "Setup JBIG2"
|
msg_info "Setup JBIG2"
|
||||||
pushd /opt/jbig2enc >/dev/null
|
cd /opt/jbig2enc
|
||||||
$STD bash ./autogen.sh
|
$STD bash ./autogen.sh
|
||||||
$STD bash ./configure
|
$STD bash ./configure
|
||||||
$STD make
|
$STD make
|
||||||
$STD make install
|
$STD make install
|
||||||
popd >/dev/null
|
cd /
|
||||||
rm -rf /opt/jbig2enc
|
rm -rf /opt/jbig2enc
|
||||||
msg_ok "Installed JBIG2"
|
msg_ok "Installed JBIG2"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue