6 lines
85 B
Bash
Executable file
6 lines
85 B
Bash
Executable file
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.languages.vi="Tiếng Việt"
|
|
commit luci
|
|
EOF
|
|
|