@@ -22,6 +22,7 @@ Script for installing faculty printers on Linux via Samba print server.
- running local [CUPS](https://www.cups.org/) print server
- Samba client (`smbclient`)
- Python2 for `copy4a` and `copy5b`
- Cron system for automatic update
### Warning
...
...
@@ -31,7 +32,7 @@ If you are printing with unauthenticated IPP or Kerberized IPP, you will have to
## Usage
Usage: `./install.pl [--usage] <printer-name>` , where `<printer-name>` is a valid printer name. If supplied `--usage` script will only update drivers.
Usage: `./install.pl (--cron|[--usage] <printer-name>)` , where `<printer-name>` is a valid printer name. If supplied `--usage` script will only update drivers. Passing --cron will only prompt user for cron installation.
For example, to install printer `lj2b` run
...
...
@@ -39,7 +40,7 @@ For example, to install printer `lj2b` run
./install.pl lj2b
```
After running the script, you will be prompted for you faculty login(username and password).
After running the script, you will be prompted for you faculty login(username and password) and for cron instalation if not already installed.
### Available printers
...
...
@@ -71,6 +72,7 @@ You can find out more information on <https://www.fi.muni.cz/tech/unix/print.htm