mirror of
https://gitlab.com/tavo-wasd/blog.git
synced 2025-06-06 22:33:30 -06:00
missing sudo
This commit is contained in:
parent
6153c5fe9c
commit
c068346561
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ mount /dev/sdx1 /mnt/boot/
|
|||
## Pacstrap
|
||||
|
||||
```sh
|
||||
pacstrap -K /mnt base linux linux-firmware grub networkmanager efibootmgr
|
||||
pacstrap -K /mnt base linux linux-firmware grub sudo networkmanager efibootmgr
|
||||
|
||||
# No olvidar el editor de texto, por ejemplo vim o nano
|
||||
pacstrap -K /mnt vim
|
||||
|
|
Loading…
Reference in a new issue