mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
fix enterprise linux version in remi repo for v9 distros
This commit is contained in:
parent
322c8c1cf3
commit
358d9ec06d
|
@ -846,7 +846,7 @@ EOL
|
|||
log "dnf -y install wget epel-release" & pid=$!
|
||||
log "yum -y install https://rpms.remirepo.net/enterprise/remi-release-9.rpm" & pid=$
|
||||
progress
|
||||
log "rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-remi.el8"
|
||||
log "rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-remi.el9"
|
||||
log "dnf -y module enable php:remi-8.2" & pid=$!
|
||||
progress
|
||||
|
||||
|
|
Loading…
Reference in a new issue