Skip to content

Commit

Permalink
host: add bunsen-hydrogen
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Aug 3, 2016
1 parent 5e8e07a commit e9a5c49
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/host_det.sh
Expand Up @@ -256,6 +256,15 @@ debian_regs () {
deb_distro="stretch"
fi

#https://www.bunsenlabs.org/
if [ "x${deb_distro}" = "xbunsen-hydrogen" ] ; then
#Distributor ID: BunsenLabs
#Description: BunsenLabs GNU/Linux 8.5 (Hydrogen)
#Release: 8.5
#Codename: bunsen-hydrogen
deb_distro="jessie"
fi

#Linux Mint: Compatibility Matrix
#http://www.linuxmint.com/download_all.php (lists current versions)
#http://www.linuxmint.com/oldreleases.php
Expand Down

0 comments on commit e9a5c49

Please sign in to comment.