Required grub package

This commit is contained in:
Ian Gulliver
2016-03-31 17:19:48 -07:00
parent 4b345e6452
commit 4d808113e8

View File

@@ -55,7 +55,7 @@ def main():
'apt-get',
'install',
'--assume-yes',
'git', 'python3-openssl')
'git', 'grub-pc', 'python3-openssl')
ExecChroot(
'git',