5 lines
91 B
Bash
5 lines
91 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
pacstrap -K /mnt base linux-hardened linux-firmware grub efibootmgr sudo vim
|
||
|
|