Skip to content

Commit

Permalink
Merge pull request #35 from i-doit/MichaelOv-variant-hint
Browse files Browse the repository at this point in the history
Update idoit-install variant hint
  • Loading branch information
MichaelOv authored Jan 18, 2024
2 parents b62c5a0 + 9eb7fc2 commit 610092d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions idoit-install
Original file line number Diff line number Diff line change
Expand Up @@ -1737,6 +1737,12 @@ function prepareIDoit {
log "Cleanup VHost directory"
rm -rf "${INSTALL_DIR:?}/"* || abort "Unable to remove files"
rm -f "${INSTALL_DIR}"/.htaccess || abort "Unable to remove files"

log ""
log "For evaluation use \033[32mEVAL\033[0m"
log "If you have a license use \033[32mPRO\033[0m"
log "If you want the open version use \033[32mOPEN\033[0m"
log ""

echo -n -e "Which variant of i-doit do you like to install? [EVAL|pro|open]: "

Expand Down

0 comments on commit 610092d

Please sign in to comment.