Skip to content
Snippets Groups Projects

Fix pmb zap -a permissions error

Merged Oliver Smith requested to merge ollieparanoid/pmbootstrap:fix-zap-a into master
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -273,6 +273,7 @@ def cache_clean(arch: Arch) -> None:
command += ["cache", "clean"]
_command = _prepare_cmd(command, None)
pmb.helpers.apk_static.init()
pmb.helpers.run.root(_command)
Loading