Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions OpenSSLSignCode_module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down