mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-25 21:00:21 +03:00
fixup: typos
This commit is contained in:
parent
cea9e9302d
commit
7ecf7b08b1
1 changed files with 5 additions and 5 deletions
|
@ -31,9 +31,9 @@ pip3 install bcrypt --break-system-packages
|
|||
```bash
|
||||
sudo dnf update
|
||||
sudo dnf install python3 python3-pip
|
||||
# If you use have install python using apt
|
||||
# If you use have install python using dnf
|
||||
sudo dnf install python3-bcrypt
|
||||
# If don't install python using apt
|
||||
# If don't install python using dnf
|
||||
pip3 install bcrypt
|
||||
# If you got externally-managed-environment error
|
||||
pip3 install bcrypt --break-system-packages
|
||||
|
@ -43,9 +43,9 @@ pip3 install bcrypt --break-system-packages
|
|||
```bash
|
||||
sudo pacman -Syy
|
||||
sudo pacman -S python python-pip
|
||||
# If you use have install python using apt
|
||||
# If you use have install python using pacman
|
||||
sudo pacman -S python-bcrypt
|
||||
# If don't install python using apt
|
||||
# If don't install python using pacman
|
||||
pip3 install bcrypt
|
||||
# If you got externally-managed-environment error
|
||||
pip3 install bcrypt --break-system-packages
|
||||
|
@ -98,4 +98,4 @@ The hashed password for an docker env is: $$2b$$12$$NRiL4Kw4dKid.ix2WvZltOmaQBZj
|
|||
The docker line ``PASSWORD_HASH`` will be:
|
||||
```txt
|
||||
PASSWORD_HASH=$$2b$$12$$NRiL4Kw4dKid.ix2WvZltOmaQBZjoX30shjHJXRVdEGshAxYWXXMe
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue