7 lines
84 B
Text
7 lines
84 B
Text
|
#!/bin/sh
|
||
|
uci batch <<-EOF
|
||
|
set luci.languages.it=Italian
|
||
|
commit luci
|
||
|
EOF
|
||
|
|