5 lines
74 B
Bash
Executable file
5 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.languages.hu=Magyar
|
|
commit luci
|
|
EOF
|