From f528850f0b04f3ac7195728f399084d019cdd212 Mon Sep 17 00:00:00 2001 From: Andy Date: Sun, 15 Oct 2017 01:24:35 +0200 Subject: [PATCH] get-stack.sh linux mint support --- etc/scripts/get-stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/scripts/get-stack.sh b/etc/scripts/get-stack.sh index 58ee9786c2..c1c6b019fc 100755 --- a/etc/scripts/get-stack.sh +++ b/etc/scripts/get-stack.sh @@ -387,7 +387,7 @@ GETDISTRO fi case "$DISTRO" in - ubuntu) + ubuntu|linuxmint) do_ubuntu_install "$VERSION" ;; debian|kali|raspbian)