7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
|
#!/bin/sh
|
||
|
uci batch <<-EOF
|
||
|
set luci.languages.de=Deutsch
|
||
|
commit luci
|
||
|
EOF
|
||
|
|