Commit 6d64cd7b authored by Igor Pečovnik's avatar Igor Pečovnik
Browse files

scanner

parent bcb11bad
...@@ -376,7 +376,7 @@ sed -e 's/<Location \/>/<Location \/>\nallow $SUBNET/g' -i /etc/cups/cupsd.conf ...@@ -376,7 +376,7 @@ sed -e 's/<Location \/>/<Location \/>\nallow $SUBNET/g' -i /etc/cups/cupsd.conf
sed -e 's/<Location \/admin>/<Location \/admin>\nallow $SUBNET/g' -i /etc/cups/cupsd.conf sed -e 's/<Location \/admin>/<Location \/admin>\nallow $SUBNET/g' -i /etc/cups/cupsd.conf
sed -e 's/<Location \/admin\/conf>/<Location \/admin\/conf>\nallow $SUBNET/g' -i /etc/cups/cupsd.conf sed -e 's/<Location \/admin\/conf>/<Location \/admin\/conf>\nallow $SUBNET/g' -i /etc/cups/cupsd.conf
service cups restart service cups restart
service samba restart service samba restart | service smbd restart >/dev/null 2>&1
} }
......
...@@ -63,6 +63,9 @@ do ...@@ -63,6 +63,9 @@ do
if [ "$i" == "CUPS" ] ; then if [ "$i" == "CUPS" ] ; then
install_cups install_cups
fi fi
if [ "$i" == "Scanner" ] ; then
install_scaner_and_scanbuttons
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