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
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
service cups restart
service samba restart
service samba restart | service smbd restart >/dev/null 2>&1
}
......
......@@ -63,7 +63,10 @@ do
if [ "$i" == "CUPS" ] ; then
install_cups
fi
if [ "$i" == "Transmission" ] ; then
if [ "$i" == "Scanner" ] ; then
install_scaner_and_scanbuttons
fi
if [ "$i" == "Transmission" ] ; then
install_transmission
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