diff --git a/scripts/deploy-packages.sh b/scripts/deploy-packages.sh index eb2baa877508894ce31d08fce43c508a20aa384c..893d4f3183e66bb073f5d1955824fe35e579e1f6 100755 --- a/scripts/deploy-packages.sh +++ b/scripts/deploy-packages.sh @@ -218,7 +218,7 @@ function package() if [[ "${DISTRIBUTION:0:6}" == "debian" || "${DISTRIBUTION:0:6}" == "ubuntu" || "${DISTRIBUTION:0:8}" == "raspbian" ]]; then package_deb - elif [[ "${DISTRIBUTION:0:6}" == "fedora" || "${DISTRIBUTION:0:4}" == "rhel" || "${DISTRIBUTION:0:13}" == "opensuse-leap" ]]; + elif [[ "${DISTRIBUTION:0:6}" == "fedora" || "${DISTRIBUTION:0:4}" == "rhel" || "${DISTRIBUTION:0:13}" == "opensuse-leap" || "${DISTRIBUTION:0:19}" == "opensuse-tumbleweed" ]]; then package_rpm else