From f2cde6828686b2d15ca378b210afb61c9a68efa4 Mon Sep 17 00:00:00 2001 From: Eliezer Paiewonsky Date: Tue, 5 Jul 2016 13:41:23 -0400 Subject: [PATCH] Adding support for Linux Mint 18 (based on Ubuntu 16.04) --- README.rst | 2 +- bootstrap-salt.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9c597a1..cbd8698 100644 --- a/README.rst +++ b/README.rst @@ -236,7 +236,7 @@ Ubuntu and derivatives - Elementary OS 0.2 (based on Ubuntu 12.04) - Linaro 12.04 -- Linux Mint 13/14/16/17 +- Linux Mint 13/14/16/17/18 - Trisquel GNU/Linux 6 (based on Ubuntu 12.04) - Ubuntu 10.x/11.x/12.x/13.x/14.x/15.x/16.04 diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 2770945..0a22e68 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1180,6 +1180,7 @@ __ubuntu_derivatives_translation() { linuxmint_16_ubuntu_base="13.10" linuxmint_17_ubuntu_base="14.04" + linuxmint_18_ubuntu_base="16.04" linaro_12_ubuntu_base="12.04" elementary_os_02_ubuntu_base="12.04"