Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update idoit-install variant hint #35

Merged
merged 2 commits into from
Jan 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about this?

For evaluation purposes select \033[32meval\033[0m.
If you have a valid pro license select \033[32mpro\033[0m.
Otherwise, feel free to use the free open source variant by selecting \033[32mopen\033[0m.


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

Expand Down
Loading