diff --git a/cue.py b/cue.py index f8a4763..5c7475c 100644 --- a/cue.py +++ b/cue.py @@ -909,6 +909,7 @@ PERL = C:/Strawberry/perl/bin/perl -CSD''' if ci['os'] == 'linux' and ci['apt']: fold_start('install.apt', 'Installing APT packages') + sp.check_call(['sudo', 'apt-get', '-y', 'update']) sp.check_call(['sudo', 'apt-get', '-y', 'install'] + ci['apt']) fold_end('install.apt', 'Installing APT packages')