7 lines
119 B
Bash
Executable File
7 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "~> Installing 'base' group and 'grub', 'efibootmgr'"
|
|
pacstrap /mnt base grub efibootmgr
|
|
|
|
amf_return=0
|