We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e24dd0 + 0f31cc1 commit 44c41bcCopy full SHA for 44c41bc
include/osdetection
@@ -397,6 +397,12 @@
397
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
398
OS_NAME="openSUSE"
399
;;
400
+ "opensuse-slowroll")
401
+ LINUX_VERSION="openSUSE Tumbleweed-Slowroll"
402
+ # It's rolling release but has a snapshot version (the date of the snapshot)
403
+ OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
404
+ OS_NAME="openSUSE"
405
+ ;;
406
"opensuse-leap")
407
LINUX_VERSION="openSUSE Leap"
408
0 commit comments