We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c72aa14 + 7006f95 commit 6deed06Copy full SHA for 6deed06
tasks/init.rb
@@ -8,7 +8,7 @@
8
def apt_get(action)
9
cmd = ['apt-get', action]
10
cmd << '-y' if ['upgrade', 'dist-upgrade', 'autoremove'].include?(action)
11
- if ['upgrade', 'dist-upgrade'].include?(action)
+ if ['upgrade', 'dist-upgrade', 'autoremove'].include?(action)
12
ENV['DEBIAN_FRONTEND'] = 'noninteractive'
13
cmd << '-o'
14
cmd << 'Dpkg::Options="--force-confdef"'
0 commit comments