],
stdout=StringIO(),
)
+ remote.run(args=['sudo', 'apt-get', 'update'], check_status=False)
remote.run(
args=[
- 'sudo', 'apt-get', 'update', run.Raw('&&'),
'sudo', 'DEBIAN_FRONTEND=noninteractive', 'apt-get', '-y', '--force-yes',
'-o', run.Raw('Dpkg::Options::="--force-confdef"'), '-o', run.Raw(
'Dpkg::Options::="--force-confold"'),
],
stdout=StringIO(),
)
+ remote.run(args=['sudo', 'apt-get', 'update'], check_status=False)
remote.run(
args=[
- 'sudo', 'apt-get', 'update', run.Raw('&&'),
'sudo', 'DEBIAN_FRONTEND=noninteractive', 'apt-get', '-y', '--force-yes',
'-o', run.Raw('Dpkg::Options::="--force-confdef"'), '-o', run.Raw(
'Dpkg::Options::="--force-confold"'),