dependencies to run octojoom on mac (whiptail) #8
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: octoleo/octojoom#8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On Macos You would need to install homebrew and then use homebrew to install newt so you can use whiptail
Hmm installing this like the docker stuff? I can look at this...
Install brew like this:
and then it's just
another thing is that the user should install a newer version of bash. Wondering if this is something that you can do also?
is the command.
This would mean that you would not limit the script to bash 4 before you installed it.
A new mac uses not bash but zsh as the default shell.
Here is some more info on installing bash and setting it as default: https://www.unindented.org/blog/change-shell-to-latest-bash-on-macos/
I have added a little more help to get the needed stuff installed, not
brew
as this will be beyond the scope of this project. But we do give notice and it should get the needed idea across let me know what you think.