macOS-Simple-KVM icon indicating copy to clipboard operation
macOS-Simple-KVM copied to clipboard

Cannot run jumpstart.sh, says command not found

Open 6-AND-9 opened this issue 1 year ago • 3 comments

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.

6-AND-9 avatar Aug 11 '23 22:08 6-AND-9

Hi, I'm hving same issue with archlinux installation script did you solved it?

oazadomer avatar Nov 20 '23 17:11 oazadomer

No I haven't (but haven't tried again either, so...)

6-AND-9 avatar Nov 20 '23 19:11 6-AND-9

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

oazadomer avatar Nov 20 '23 19:11 oazadomer