6 lines
85 B
Bash
6 lines
85 B
Bash
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.languages.ja=Japanese
|
|
commit luci
|
|
EOF
|
|
|