This website requires JavaScript.
Explore
Help
Sign In
sneak
/
hacks
Watch
1
Star
0
Fork
You've already forked hacks
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
5a42a909bb
hacks
/
fix-raspian-defaults
/
root.overlay
/
boot
/
per-once.d
/
05-fixlocale.sh
5 lines
67 B
Bash
Raw
Blame
History
#!/bin/bash
echo
'en_US.UTF-8 UTF-8'
> /etc/locale.gen
locale-gen
Reference in New Issue
View Git Blame
Copy Permalink