Skip to content

Commit 8d10ba4

Browse files
committed
Add Bunsen Linux to supported flavours
1 parent b11c10a commit 8d10ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/system.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function get_os_version() {
170170

171171
local error=""
172172
case "$__os_id" in
173-
Raspbian|Debian)
173+
Raspbian|Debian|Bunsenlabs)
174174
# get major version (8 instead of 8.0 etc)
175175
__os_debian_ver="${__os_release%%.*}"
176176

0 commit comments

Comments
 (0)