mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Don't ask to continue when installing deps.
This commit is contained in:
parent
f156696339
commit
6105fc861d
@ -6,7 +6,7 @@ if [ "$EUID" -ne 0 ]
|
||||
fi
|
||||
|
||||
# EPEL & other repos
|
||||
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
|
||||
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
|
||||
yum config-manager --enable PowerTools AppStream BaseOS *epel
|
||||
|
||||
# Node repo
|
||||
|
Loading…
Reference in New Issue
Block a user