Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
7ff4f06b
Commit
7ff4f06b
authored
Feb 03, 2014
by
Igor Pečovnik
Browse files
small fixes
parent
6ce2a2a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
7ff4f06b
...
...
@@ -119,6 +119,7 @@ install_scaner_and_scanbuttons (){
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
tar
xvfz scanbuttond-0.2.3.genesys.tar.gz
rm
scanbuttond-0.2.3.genesys.tar.gz
cd
scanbuttond-0.2.3.genesys
chmod
+x configure
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
...
...
@@ -132,7 +133,7 @@ install_ocr (){
# Install OCR
# get script from here https://github.com/gkovacs/pdfocr
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
apt-get
-y
install
ruby tesseract-ocr libtiff-tools
}
...
...
@@ -353,6 +354,7 @@ install_ISPConfig (){
cd
/tmp
wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
tar
xfz ISPConfig-3-stable.tar.gz
rm
ISPConfig-3-stable.tar.gz
cd
/tmp/ispconfig3_install/install/
php
-q
install.php
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment