From 28f7e5eb1bbb06f56da1ff1299b15bad4de57be1 Mon Sep 17 00:00:00 2001 From: "yuri.kuit" Date: Thu, 23 Apr 2026 10:28:38 +0200 Subject: [PATCH] fix for peazip --- v2/fedora-minimal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/fedora-minimal.sh b/v2/fedora-minimal.sh index e0e21d7..3783fbd 100755 --- a/v2/fedora-minimal.sh +++ b/v2/fedora-minimal.sh @@ -51,7 +51,7 @@ install_packages dnf-plugins-core curl wget git flatpak # Enable PeaZip via COPR say_cyan "Enabling PeaZip COPR..." -sudo dnf copr enable -y zenturio0815/peazip +sudo dnf copr enable -y suve/peazip ########################## # 2. Main Package Installation