foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.64k stars 1.14k forks source link

error "bash: ./jumpstart.sh: Permission denied" when trying to run jumpstart.sh #482

Closed rubybirdy closed 3 years ago

rubybirdy commented 3 years ago

the title is pretty much all, currently running elementary OS 6 beta 2 (built on ubuntu 20.04.1 LTS)

Screenshot from 2021-06-28 12-47-27

kristian-oliveira commented 3 years ago

Hi @rubybirdy, Congratulations on opening your first issue! You lack the permissions to run this script. To remedy this run the script jumpstart.sh as a superuser using the sudo command: sudo ./jumpstart.sh. Consult the man pages for more information on the sudo command: man sudo.