Skip to content

Commit a9dcdda

Browse files
committed
fix: replace p7zip with 7zip on Arch (#398)
1 parent 7dad577 commit a9dcdda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ou_dedetai/system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def get_package_manager() -> PackageManager | None:
526526
packages = (
527527
"fuse2 " # appimages
528528
"binutils libwbclient samba wget " # wine
529-
"p7zip cabextract " # winetricks (p7zip used to be called pzip)
529+
"7zip cabextract " # winetricks (7zip used to be called pzip then p7zip)
530530
"openjpeg2 libxcomposite libxinerama " # display
531531
"ocl-icd vulkan-icd-loader " # hardware
532532
"alsa-plugins gst-plugins-base-libs libpulse openal " # audio

0 commit comments

Comments
 (0)