Tom van der Laan TLWebdesign
Tom van der Laan commented on issue octoleo/octojoom#8 2024-05-27 09:14:48 +00:00
dependencies to run octojoom on mac (whiptail)

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…

Tom van der Laan commented on issue octoleo/octojoom#8 2024-05-27 09:09:29 +00:00
dependencies to run octojoom on mac (whiptail)

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
Tom van der Laan commented on issue octoleo/octojoom#4 2024-05-27 09:07:24 +00:00
MACOS: Default path /Users/ instead of /home/

This is confirmed to work perfect.

Tom van der Laan reopened issue octoleo/octojoom#6 2024-05-27 09:06:54 +00:00
shebang MACOS compatible
Tom van der Laan commented on issue octoleo/octojoom#6 2024-05-27 09:06:02 +00:00
shebang MACOS compatible

ahhh yes that does the trick in a much better way!

Tom van der Laan closed issue octoleo/octojoom#6 2024-05-27 09:06:02 +00:00
shebang MACOS compatible
Tom van der Laan commented on issue octoleo/octojoom#7 2024-05-27 09:04:15 +00:00
Clean new mac install docker issues

That was exactly the issue. cleaning up the files in use/local/bin fixed it. it was causes by running brew install docker instead of brew install --cask docker. I must've done it on this laptop in…

Tom van der Laan commented on issue octoleo/octojoom#7 2024-05-27 08:56:53 +00:00
Clean new mac install docker issues

I will have to test again and clean it first but i don't think compose is a gui application so you won't have any issues. when i tried installing it before it seemed to work fine. will try to…

Tom van der Laan opened issue octoleo/octojoom#8 2024-05-27 08:55:24 +00:00
dependencies to run octojoom on mac (whiptail)
Tom van der Laan commented on issue octoleo/octojoom#7 2024-05-27 08:50:16 +00:00
Clean new mac install docker issues

Hmm this was caused by a previous try to install docker without using --cask. I removed all files to clean it up and then it worked fine. But on MACOS you need docker desktop (it's what get…

Tom van der Laan opened issue octoleo/octojoom#7 2024-05-27 08:24:20 +00:00
Clean new mac install docker issues
Tom van der Laan opened issue octoleo/octojoom#6 2024-05-27 08:06:21 +00:00
shebang MACOS compatible
Tom van der Laan commented on issue octoleo/octojoom#4 2024-05-27 07:42:00 +00:00
MACOS: Default path /Users/ instead of /home/

ah yeah i can test it on my wife's laptop 😅 I already had docker desktop installed before on my laptop.

Tom van der Laan commented on issue octoleo/octojoom#4 2024-05-26 23:00:32 +00:00
MACOS: Default path /Users/ instead of /home/

This is something i had to search and replace in the script.

Tom van der Laan closed issue octoleo/octojoom#5 2024-05-26 23:00:06 +00:00
MACOS: Stuck on "You must enter a domain name!"
Tom van der Laan commented on issue octoleo/octojoom#5 2024-05-26 23:00:05 +00:00
MACOS: Stuck on "You must enter a domain name!"

Ok i got past this issue by enabling newest bash with homebrew.

Tom van der Laan commented on issue octoleo/octojoom#5 2024-05-26 21:36:47 +00:00
MACOS: Stuck on "You must enter a domain name!"

Hmm Figured out why we had this issue. On macos it defaults use ZST as the terminal. But you can load bash. But default bash is 3.5 and that feature you're using is since bash 4.0 so i had to use…

Tom van der Laan commented on issue octoleo/octojoom#5 2024-05-26 21:14:41 +00:00
MACOS: Stuck on "You must enter a domain name!"

I've done some debugging here and it seems changing a string to upper and lower case like this is a no go on macos: ${VDM_KEY^^} , ${VDM_KEY,,}.

I've not created a function to convert to upper…

Tom van der Laan opened issue octoleo/octojoom#5 2024-05-22 23:10:25 +00:00
MACOS: Stuck on "You must enter a domain name!"
Tom van der Laan opened issue octoleo/octojoom#4 2024-05-22 23:09:26 +00:00
MACOS: Default path /Users/ instead of /home/