Skip to content

Commit

Permalink
Update package_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed May 12, 2024
1 parent bac9aa1 commit 5e0bc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep600_compliance/images/package_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def _update(self, container):
)
assert exit_code == 0, output.decode("utf-8")
exit_code, output = container.exec_run(
["slackpkg", "-default_answer=yes", "-batch=on", "update", "gpg"]
["sed", "-i", "s/CHECKGPG=on/CHECKGPG=off/g", "/etc/slackpkg/slackpkg.conf"]
)
assert exit_code == 0, output.decode("utf-8")
super()._update(container)
Expand Down

0 comments on commit 5e0bc77

Please sign in to comment.