Add Opensuse distro (#12976)

Add Opensuse distro
This commit is contained in:
mosfet80
2026-03-30 02:06:31 +02:00
committed by GitHub
parent ebcefdf037
commit 5d432f48b9
2 changed files with 51 additions and 0 deletions

View File

@@ -152,6 +152,8 @@ elif [[ "${DISTRIBUTION_LIKE}" == *"debian"* ]] || [[ "${DISTRIBUTION_LIKE}" ==
DISTRIBUTION="debian"
elif [[ "${DISTRIBUTION_LIKE}" == *"arch"* ]] ; then
DISTRIBUTION="arch"
elif [[ "${DISTRIBUTION_LIKE}" == *"suse"* ]] ; then
DISTRIBUTION="suse"
fi
if [ ! -f "./scripts/linux.d/${DISTRIBUTION}" ] ; then