Apparently running upgrade is not possible

This commit is contained in:
Kovid Goyal 2019-10-13 10:02:35 +05:30
parent fd20908dcd
commit fe673838ef
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -108,7 +108,7 @@ def main():
)
if not ismacos:
run('sudo', 'apt-get', 'update', '-y')
run('sudo', 'apt-get', 'upgrade', '-y')
# run('sudo', 'apt-get', 'upgrade', '-y')
run('sudo', 'apt-get', 'install', '-y', 'gettext', 'libgl1-mesa-dev')
elif action == 'bootstrap':