coolstar / Odyssey-bootstrap

Chimera bootstrap
107 stars 40 forks source link

Not working on M1 MacBook #48

Closed uchks closed 10 months ago

uchks commented 1 year ago

After looking at the issues, I still face the same issue as #28. However, PR #40 is supposed to fix that issue. Unfortunately it doesn't. After looking at what the PR did, I noticed this string: if [ "$(SYSTEM_VERSION_COMPAT=1 sw_vers -productName)" != "Mac OS X" ];

So I ran $(SYSTEM_VERSION_COMPAT=1 sw_vers -productName) and my output was macOS. So I changed != "Mac OS X" to "macOS" and that worked fine, until I reached near the end. Included is a screenshot, showing my macOS Version and whatnot, along with the errors I faced after correcting the sw_vers command.

Screenshot 2022-10-02 at 5 16 33 PM Screenshot 2022-10-02 at 4 51 46 PM
uchks commented 1 year ago

This fork fixes my issue: https://github.com/verygenericname/Odyssey-bootstrap/ (after changing Mac OS X to macOS)

Leaving this issue open for a proper fix, should be addressed.

ghost commented 1 year ago

@sukarodo that fork didn't fix my issue :(

Syntax3r commented 1 year ago

The same issue occur with me while running the script and the above suggestion worked but now stuck at bash: /var/root/odysseyra1n-install.bash: No such file or directory procursus-deploy-linux-macos.sh: line 125: kill: (3910) - No such process