From 121ca15aabb93ce0a5181d354fca3b77b59d8fb6 Mon Sep 17 00:00:00 2001 From: microwin7 Date: Sun, 26 Nov 2023 03:55:22 +0300 Subject: [PATCH] Added AlmaLinux 9 repo for OpenSSLSignCode --- OpenSSLSignCode_module/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OpenSSLSignCode_module/README.md b/OpenSSLSignCode_module/README.md index e8c10b92..49e80ce2 100644 --- a/OpenSSLSignCode_module/README.md +++ b/OpenSSLSignCode_module/README.md @@ -20,6 +20,12 @@ yum install osslsigncode calc cd /etc/yum.repos.d/ wget -O VortexOBS.repo https://download.opensuse.org/repositories/home:VortexOBS/CentOS_8/home:VortexOBS.repo dnf -y install osslsigncode +``` + - Для AlmaLinux 9: +```sh +cd /etc/yum.repos.d/ +wget -O VortexOBS.repo https://download.opensuse.org/repositories/home:VortexOBS/AlmaLinux_9/home:VortexOBS.repo +dnf -y install osslsigncode ```