Azure rendering solution deployment framework

This commit is contained in:
Rick Shahid 2023-08-01 10:09:12 -07:00
Родитель 152c8d45b0
Коммит fdcb5e08e1
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -30,7 +30,7 @@ installFile="kernel-devel-5.14.0-70.17.1.el9_0.x86_64.rpm"
downloadUrl="$binStorageHost/Linux/Rocky/$installFile$binStorageAuth"
curl -o $installFile -L $downloadUrl
rpm -i $installFile
dnf -y install python3-devel cmake lsof git bc
dnf -y install python3-devel cmake lsof unzip git bc
if [ $machineType == Workstation ]; then
dnf -y group install Workstation
dnf -y module install nodejs:18
@ -367,12 +367,12 @@ if [[ $renderManager == *RoyalRender* ]]; then
unzip -q $installFile
echo "Customize (End): Royal Render Download"
dnf -y install fontconfig
dnf -y install xcb-util-wm
dnf -y install xcb-util-image
dnf -y install xcb-util-keysyms
dnf -y install xcb-util-renderutil
dnf -y install libxkbcommon-x11
dnf -y install qt5-qtbase
if [ $machineType == Scheduler ]; then
echo "Customize (Start): Royal Render Server"
installPath="RoyalRender*"