6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
lb config noauto \
|
||
|
--packages-lists "standard" \
|
||
|
"${@}"
|