Adding git as base package if we're supporting AUR. Since we need this (until we move over to HTTPS)
This commit is contained in:
parent
37093e23a3
commit
7e1f2dc8ff
|
|
@ -763,6 +763,8 @@ if __name__ == '__main__':
|
|||
|
||||
if not args['rerun'] or rerun:
|
||||
print('[N] Straping in packages.')
|
||||
if args['aur-support']:
|
||||
args['packages'] += ' git'
|
||||
o = b''.join(sys_command('/usr/bin/pacman -Syy').exec())
|
||||
o = b''.join(sys_command('/usr/bin/pacstrap /mnt base base-devel linux linux-firmware btrfs-progs efibootmgr nano wpa_supplicant dialog {packages}'.format(**args)).exec())
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue