5 lines
99 B
Bash
Executable file
5 lines
99 B
Bash
Executable file
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.languages.pt_br="Português (Brasil)"
|
|
commit luci
|
|
EOF
|