6 lines
85 B
Bash
6 lines
85 B
Bash
#!/bin/sh
|
|
uci batch <<-EOF
|
|
set luci.languages.he=עִבְרִית
|
|
commit luci
|
|
EOF
|
|
|