6 lines
91 B
Bash
Executable file
6 lines
91 B
Bash
Executable file
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.languages.ms='Bahasa Melayu'
|
|
commit luci
|
|
EOF
|
|
|