Commit 5a5050ae authored by Igor Pečovnik's avatar Igor Pečovnik
Browse files

rpi monitor

parent 6d64cd7b
...@@ -97,7 +97,6 @@ $DIALOG --backtitle "Micro home server (c) Igor Pecovnik" \ ...@@ -97,7 +97,6 @@ $DIALOG --backtitle "Micro home server (c) Igor Pecovnik" \
"Syncthing" "Personal cloud @syncthing.net" off \ "Syncthing" "Personal cloud @syncthing.net" off \
"CUPS" "Printing" off \ "CUPS" "Printing" off \
"Scanner" "Control your scanner with buttons + OCR" off \ "Scanner" "Control your scanner with buttons + OCR" off \
"Temper" "USB temperature sensor" off \
"Rpi monitor" "Status page and statistics" off \ "Rpi monitor" "Status page and statistics" off \
"Transmission" "Torrent downloading" off \ "Transmission" "Torrent downloading" off \
"ISPConfig" "WWW, PHP, SQL, SMTP, IMAP, POP3" off 2> $tempfile "ISPConfig" "WWW, PHP, SQL, SMTP, IMAP, POP3" off 2> $tempfile
...@@ -333,7 +332,7 @@ install_transmission (){ ...@@ -333,7 +332,7 @@ install_transmission (){
#-------------------------------------------------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------------------------------------------------
# transmission # transmission
#-------------------------------------------------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------------------------------------------------
debconf-apt-progress -- apt-get -y install transmission-cli transmission-common transmission-daemon install_packet "transmission-cli transmission-common transmission-daemon" "Install torrent server"
} }
...@@ -384,7 +383,7 @@ install_scaner_and_scanbuttons (){ ...@@ -384,7 +383,7 @@ install_scaner_and_scanbuttons (){
#-------------------------------------------------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------------------------------------------------
# Install Scanner buttons # Install Scanner buttons
#-------------------------------------------------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------------------------------------------------
debconf-apt-progress -- apt-get -y install pdftk libusb-dev sane sane-utils libudev-dev imagemagick libtiff-tools install_packet "pdftk libusb-dev sane sane-utils libudev-dev imagemagick libtiff-tools" "Install Scanner buttons"
# 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/raw/master/src/scanbuttond-0.2.3.genesys.tar.gz wget https://github.com/igorpecovnik/Debian-micro-home-server/raw/master/src/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
......
...@@ -66,6 +66,9 @@ do ...@@ -66,6 +66,9 @@ do
if [ "$i" == "Scanner" ] ; then if [ "$i" == "Scanner" ] ; then
install_scaner_and_scanbuttons install_scaner_and_scanbuttons
fi fi
if [ "$i" == "Rpi monitor" ] ; then
install_rpimonitor
fi
if [ "$i" == "Transmission" ] ; then if [ "$i" == "Transmission" ] ; then
install_transmission install_transmission
fi fi
......
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