Commit 7ff4f06b authored by Igor Pečovnik's avatar Igor Pečovnik
Browse files

small fixes

parent 6ce2a2a8
...@@ -119,6 +119,7 @@ install_scaner_and_scanbuttons (){ ...@@ -119,6 +119,7 @@ install_scaner_and_scanbuttons (){
apt-get install libusb-dev sane sane-utils apt-get install libusb-dev sane sane-utils
wget http://wp.psyx.us/wp-content/uploads/2010/10/scanbuttond-0.2.3.genesys.tar.gz wget http://wp.psyx.us/wp-content/uploads/2010/10/scanbuttond-0.2.3.genesys.tar.gz
tar xvfz scanbuttond-0.2.3.genesys.tar.gz tar xvfz scanbuttond-0.2.3.genesys.tar.gz
rm scanbuttond-0.2.3.genesys.tar.gz
cd scanbuttond-0.2.3.genesys cd scanbuttond-0.2.3.genesys
chmod +x configure chmod +x configure
./configure --prefix=/usr --sysconfdir=/etc ./configure --prefix=/usr --sysconfdir=/etc
...@@ -132,7 +133,7 @@ install_ocr (){ ...@@ -132,7 +133,7 @@ install_ocr (){
# Install OCR # Install OCR
# get script from here https://github.com/gkovacs/pdfocr # get script from here https://github.com/gkovacs/pdfocr
wget https://raw2.github.com/gkovacs/pdfocr/master/pdfocr.rb wget https://raw2.github.com/gkovacs/pdfocr/master/pdfocr.rb
cp pdfocr.rb /usr/local/bin/pdfocr mv pdfocr.rb /usr/local/bin/pdfocr
chmod +x /usr/local/bin/pdfocr chmod +x /usr/local/bin/pdfocr
apt-get -y install ruby tesseract-ocr libtiff-tools apt-get -y install ruby tesseract-ocr libtiff-tools
} }
...@@ -353,6 +354,7 @@ install_ISPConfig (){ ...@@ -353,6 +354,7 @@ install_ISPConfig (){
cd /tmp cd /tmp
wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
tar xfz ISPConfig-3-stable.tar.gz tar xfz ISPConfig-3-stable.tar.gz
rm ISPConfig-3-stable.tar.gz
cd /tmp/ispconfig3_install/install/ cd /tmp/ispconfig3_install/install/
php -q install.php php -q install.php
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment