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 ```