Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The command doesn't work #772

Open
NicolinoGamer opened this issue May 26, 2024 · 3 comments
Open

The command doesn't work #772

NicolinoGamer opened this issue May 26, 2024 · 3 comments

Comments

@NicolinoGamer
Copy link

Every time I try to run this command: docker run -it
--device /dev/kvm
-p 50922:10022
-v /tmp/.X11-unix:/tmp/.X11-unix
-e "DISPLAY=${DISPLAY:-:0.0}"
-e GENERATE_UNIQUE=true
-e CPU='Haswell-noTSX'
-e CPUID_FLAGS='kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on'
-e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom-sonoma.plist'
sickcodes/docker-osx:sonoma
I get this problem: fish: ${ is not a valid variable in fish.
2024-05-26_08-15

@NicolinoGamer
Copy link
Author

I tried running the command again on Pop OS instead of Arch Linux and I got this:
image

@NicolinoGamer
Copy link
Author

NicolinoGamer commented May 26, 2024

With Arch I was fine with the Pre-Installed Catalina script but with Pop OS it wasn't. Here's what I get:
image

@tenuuni
Copy link

tenuuni commented Jun 6, 2024

You are using the fish shell.
fish is known to cause problems with POSIX compliance.
Switch to the bash shell by running bash and try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants