Failure on install: "sed: -e: No such file or directory" #40
Loading…
x
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 the first install of
sed
in the install.sh I error out withsed: -e: No such file or directory
I put some aditional echo's in before it to issolate which one failed. It does appear the
cp
command also failed to copy the yaml and env files over. I ran that manually but it is still failingI'm running this on macOS which from what I can tell should work
Here is my output with additional echos included
Install.sh modifications (added echos):
YAMS doesn't work in MacOS. Read https://yams.media/install/steps/#dependencies
TL;DR MacOS
sed
is not the same asgnu-sed
.Ahh drats, thanks!
@KMFSousa take a look at Colima if you absolutely want to run it on macOS