Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Sep 16, 2024
1 parent edcbbfc commit cb44437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
body: |
**Changes:**
- Another apt cache cleaning
- Reposerver module: sending more logs to the server when updating packages
draft: false
prerelease: false

Expand Down
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 cb44437

Please sign in to comment.