7 lines
82 B
Text
7 lines
82 B
Text
|
#!/bin/sh
|
||
|
uci batch <<-EOF
|
||
|
set luci.languages.el=Greek
|
||
|
commit luci
|
||
|
EOF
|
||
|
|