From 95429cd6becf7d5ae165a2d154e11bfb17c59a5e Mon Sep 17 00:00:00 2001 From: "yuri.kuit" Date: Thu, 23 Apr 2026 10:30:32 +0200 Subject: [PATCH] changed peazip to rpm --- v2/fedora-minimal.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v2/fedora-minimal.sh b/v2/fedora-minimal.sh index 3783fbd..a2f7553 100755 --- a/v2/fedora-minimal.sh +++ b/v2/fedora-minimal.sh @@ -50,8 +50,9 @@ say_cyan "Installing base dependencies..." install_packages dnf-plugins-core curl wget git flatpak # Enable PeaZip via COPR -say_cyan "Enabling PeaZip COPR..." -sudo dnf copr enable -y suve/peazip +say_cyan "Installing PeaZip via official RPM..." +PEAZIP_URL="https://github.com/peazip/PeaZip/releases/latest/download/peazip-10.0.0.x86_64.rpm" +sudo dnf install -y "$PEAZIP_URL" ########################## # 2. Main Package Installation