chore: sed error tip info fix
This commit is contained in:
13
README.md
13
README.md
@@ -21,3 +21,16 @@ cd /root/omc.git
|
|||||||
cp build.ems/pkg.sh .
|
cp build.ems/pkg.sh .
|
||||||
bash pkg.sh --web --api -v 2.2508.1
|
bash pkg.sh --web --api -v 2.2508.1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Encountered character error
|
||||||
|
|
||||||
|
error: `sed: -e expression #1, char 46: Invalid collation character`
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install locales
|
||||||
|
sudo locale-gen en_US.UTF-8
|
||||||
|
sudo update-locale LANG=en_US.UTF-8
|
||||||
|
source /etc/default/locale
|
||||||
|
locale
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user