Gyong
How to install deno with auto yes?
Yeah, but the command given on the website is this: curl -fsSL https://deno.land/install.sh | sh
I'm not sure where to put the -y there.
So what I did was save it in a file, then run: chmod +x setup.sh and finally: ./setup.sh -y
6 replies