From ffa9eb32c8e1445d51c12dec165ce391e4f04aa4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 26 Jul 2019 11:01:27 +0200 Subject: Install: allow to choose python3 branch --- install/ishtar-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install/ishtar-install b/install/ishtar-install index 97e1b02c6..d02db0e59 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -231,11 +231,12 @@ EOF EOF while [ "$version" == '' ] do - cecho y "* Which version would you like to use? ([develop]/master) " + cecho y "* Which version would you like to use? ([develop]/master/python3) " read choice case "$choice" in develop ) version="develop";; master ) version="master";; + python3 ) version="WIP/python3";; '' ) version="develop";; esac done -- cgit v1.2.3