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
fb77335b
Commit
fb77335b
authored
Jun 17, 2014
by
Igor Pecovnik
Browse files
install_temper
parent
8ba1c837
Changes
2
Show whitespace changes
Inline
Side-by-side
install.sh
View file @
fb77335b
...
...
@@ -113,11 +113,25 @@ service samba restart
}
#############################################################################
install_temper
(){
#############################################################################
#Install USB temperature sensor
apt-get
-y
install
libusb-dev libusb-1.0-0-dev
wget https://github.com/igorpecovnik/Debian-micro-home-server/blob/master/src/temper_v14_altered.tgz
tar
xvfz temper_v14_altered.tgz
cd
temperv14
make
make rules-install
cp
temperv14 /usr/bin/temper
}
#############################################################################
install_scaner_and_scanbuttons
(){
#############################################################################
#Install Scanner buttons
apt-get
-y
install
pdftk libusb-dev sane sane-utils libudev-dev imagemagick
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
wget https://github.com/igorpecovnik/Debian-micro-home-server/blob/master/src/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
...
...
@@ -538,6 +552,7 @@ install_scaner_and_scanbuttons
install_ocr
install_cups
install_btsync
install_temper
install_vpn_server
apt-get
-y
install
tvheadend
apt-get
-y
install
transmission-cli transmission-common transmission-daemon
...
...
src/temper_v14_altered.tgz
View file @
fb77335b
No preview for this file type
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