mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +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
|
$ su root
|
||||||
<enter root passwd>
|
<enter root passwd>
|
||||||
$ apt-get install sudo
|
# apt-get install sudo
|
||||||
$ usermod -aG sudo <username>
|
# usermod -aG sudo <username>
|
||||||
$ reboot
|
# reboot
|
||||||
```
|
```
|
||||||
|
|
||||||
## Instale Bitcoin
|
## Instale Bitcoin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user