bash <(curl.. does nothing
Issue : Windows
“bash <(curl -s https://raw.githubusercontent.com/splashkit/skm/master/install-scripts/skm-install.sh)
” does nothing
Solutions
-
Solution 1:
Make sure you are connected to the internet.
-
Solution 2:
Disable your computer’s firewall.
-
Solution 3: Go to this URL: here
Then click the “Download raw file” button shown below (where the red arrow is pointing to) and save it to somewhere like the Downloads folder: Then open File Explorer to wherever you saved it. In the MINGW64 terminal, type
bash
and then drag and drop the file from File Explorer into the terminal window: Press “Enter
” and that should run the script. That will install skm, and you can carry on in the tutorial from after the “bash <( curl -s....)
” step.