This commit is contained in:
Matthew McClaskey 2021-09-16 13:26:55 +00:00
parent 5cdf7d641a
commit dfc949f60d

View File

@ -25,7 +25,7 @@ fi
if [ "${DISTRO}" == "centos" ] ; then
wget $BUILD_URL -O kasmvncserver.rpm
wget "${BUILD_URL}" -O kasmvncserver.rpm
yum localinstall -y kasmvncserver.rpm
rm kasmvncserver.rpm