You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "\nAfter downloading your version of choice you can unzip it and put the binaries into your PATH.\n"
56
56
;;
57
57
[Aa]* )
58
58
echo -e "\nDo you confirm to the authors copyright (Copyright (c) Christoph Mayer 2006-2017)?\n This program is for academic and non-commercial usage only."
59
-
59
+
60
60
if [[ "${ACCEPT_ALL:-no}"="yes" ]];then
61
61
yn=y
62
62
elseread -p "Would you like to download the phobos-v3.3.12-linux version? yes(y) or no (n):" yn
63
63
fi
64
-
64
+
65
65
case$ynin
66
66
[Yy]* )
67
67
{
@@ -70,12 +70,12 @@ if [ ! -x "$(command -v phobos_64_libstdc++6)" ]; then # test if not already in
70
70
tar zxf "$TRAL_EXT_SOFTWARE/phobos-v3.3.12-linux.tar.gz" -C "$TRAL_EXT_SOFTWARE"
0 commit comments