5 lines
105 B
Bash
Executable File
5 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "~> Installing 'base' group and 'grub', 'efibootmgr'"
|
|
pacstrap /mnt base grub efibootmgr
|