dependencies to run octojoom on mac (whiptail) #8

Open
opened 2024-05-27 08:55:24 +00:00 by Tom van der Laan · 4 comments

On Macos You would need to install homebrew and then use homebrew to install newt so you can use whiptail

On Macos You would need to install homebrew and then use homebrew to install newt so you can use whiptail
Owner

Hmm installing this like the docker stuff? I can look at this...

Hmm installing this like the docker stuff? I can look at this...
Author
Member

Install brew like this:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

and then it's just

brew install newt
Install brew like this: ``` /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ``` and then it's just ``` brew install newt ```
Author
Member

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.

brew install bash

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/

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. ``` brew install bash ``` 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/
Owner

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.

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.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: octoleo/octojoom#8
No description provided.