6 lines
84 B
Bash
Executable file
6 lines
84 B
Bash
Executable file
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.languages.ru=Russian
|
|
commit luci
|
|
EOF
|
|
|