6 lines
38 B
Bash
6 lines
38 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
locale-gen
|
||
|
|
||
|
true
|