Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
unix
FI printers over Samba on Linux
Commits
a5ae47f2
Commit
a5ae47f2
authored
Jan 06, 2021
by
Martin Klimes (k11m1)
Browse files
Cleanup, don't write the command out
parent
738009d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.pl
View file @
a5ae47f2
...
...
@@ -152,9 +152,8 @@ sub hp_laserjet_600 {
-o media-default=iso_a4_210x297mm \\
-o sides-default=two-sided-long-edge \\
-o auth-info-required=username,password \\
-o HPOption_Duplexer=True)
;
# REVIEW nevím jestli tohle je ok
say
$command
;
-o HPOption_Duplexer=True)
;
# REVIEW nevím jestli tohle je ok
# NOTE asi je... mozna tu muze byt i disk
system
(
$command
);
...
...
@@ -194,8 +193,6 @@ sub TA_4505ci {
-o Option21=True \\
-o Option17=DF730)
;
say
$command
;
system
(
$command
);
return
;
...
...
@@ -216,8 +213,6 @@ sub generic_printer {
-o sides-default=two-sided-long-edge \\
-o auth-info-required=username,password)
;
say
$command
;
system
(
$command
);
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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