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