tested and final: include installation type into installer...

it is finally possible to go without the ISO maker if you just want to try out a different T-Pot edition.
This commit is contained in:
t3chn0m4g3
2016-10-25 23:33:20 +02:00
parent 6f992604b8
commit be12a24c2f
2 changed files with 18 additions and 11 deletions

View File

@ -89,10 +89,6 @@ if [ "$mySTART" = "1" ];
exit
fi
# Let's ask for the type of installation?
#myFLAVOR=$(dialog --no-cancel --backtitle "$myBACKTITLE" --title "[ Installation type ... ]" --radiolist "" 11 76 4 "TPOT" "Standard (w/o INDUSTRIAL)" on "HP" "Honeypots only (w/o INDUSTRIAL)" off "INDUSTRIAL" "ConPot, eMobility, ELK, Suricata (8GB RAM recommended)" off "ALL" "Everything (8GB RAM required)" off 3>&1 1>&2 2>&3 3>&-)
#sed -i 's#^myFLAVOR=.*#myFLAVOR="'$myFLAVOR'"#' $myINSTALLERPATH
# Let's ask the user for a proxy ...
while true;
do