re-add missing progress bar to ensure correct command ordering
This commit is contained in:
parent
358d9ec06d
commit
6fcb3d3d5e
1 changed files with 2 additions and 1 deletions
|
@ -844,7 +844,8 @@ EOL
|
|||
|
||||
echo "* Adding EPEL-release repository."
|
||||
log "dnf -y install wget epel-release" & pid=$!
|
||||
log "yum -y install https://rpms.remirepo.net/enterprise/remi-release-9.rpm" & pid=$
|
||||
progress
|
||||
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.el9"
|
||||
log "dnf -y module enable php:remi-8.2" & pid=$!
|
||||
|
|
Loading…
Add table
Reference in a new issue