mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 07:56:31 +00:00
Fix typo in A2
This commit is contained in:
parent
f8efd8081e
commit
7790a39da7
@ -19,9 +19,9 @@ Si usted no esta en la lista de superusuario entonces haga lo siguiente:
|
||||
```
|
||||
$ su root
|
||||
<enter root passwd>
|
||||
$ apt-get install sudo
|
||||
$ usermod -aG sudo <username>
|
||||
$ reboot
|
||||
# apt-get install sudo
|
||||
# usermod -aG sudo <username>
|
||||
# reboot
|
||||
```
|
||||
|
||||
## Instale Bitcoin
|
||||
|
Loading…
x
Reference in New Issue
Block a user