macOS-Simple-KVM
macOS-Simple-KVM copied to clipboard
Cannot run jumpstart.sh, says command not found
Hi, when I'm trying to run this in Fedora it prints:
line 1: payload:allShortcutsEnabled:false: command not found
What could be the issue? Searching around the net finds little to nothing about this issue.
Hi, I'm hving same issue with archlinux installation script did you solved it?
No I haven't (but haven't tried again either, so...)
just 10 minutes ago I solved by converting the url addres to something like this , with this code I fond it in web , if your problem it was like mine it will be solved
-
your link goes here link = "https://github.com/oazadomer/Archlinux/blob/main/archlinux.sh"
-
note: this will break if a repo/organization or subfolder is named "blob" -- would be ideal to use a fancy regex
-
to be more precise here print(link.replace("github.com", "raw.githubusercontent.com").replace("/blob/", "/"))
-
example output link:
-
https://raw.githubuserconten
Big thanks for that person