Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Sep 13, 2024
1 parent edcbbfc commit 66b246f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/Package/Apt.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def update(self, packagesList, update_method: str = 'one_by_one', exit_on_packag
cmd = [
'apt-get', 'install', pkg['name'], '-y',
# Debug only
'--dry-run',
# '--dry-run',
'-o', 'Dpkg::Options::=--force-confdef',
'-o', 'Dpkg::Options::=--force-confold'
]
Expand Down

0 comments on commit 66b246f

Please sign in to comment.