Build: Remove confirmations from linux_rocky8_setup.sh #110502

Merged
Brecht Van Lommel merged 1 commits from Jot/blender:remove-confirmations-from-linux-setup into main 2023-08-07 17:45:28 +02:00

View File

@ -14,14 +14,14 @@ if [ `id -u` -ne 0 ]; then
fi
# Required by: config manager command below to enable powertools.
dnf install 'dnf-command(config-manager)'
dnf -y install 'dnf-command(config-manager)'
# Packages `ninja-build` and `meson` are not available unless CBR or PowerTools repositories are enabled.
# See: https://wiki.rockylinux.org/rocky/repo/#notes-on-unlisted-repositories
dnf config-manager --set-enabled powertools
# Required by: epel-release has the patchelf and rubygem-asciidoctor packages
dnf install epel-release
dnf -y install epel-release
# `yum-config-manager` does not come in the default minimal install,
# so make sure it is installed and available.