79618203

Date: 2025-05-12 15:49:20
Score: 0.5
Natty:
Report link

I think the web may be redirecting you, which generates the error. if you use the -L flag “follow redirects” it should work.

#!/bin/bash
echo "Downloading Visual Studio Code..."
curl -L -o VScode.zip https://code.visualstudio.com/sha/download?build=stable&os=darwin-universal
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: JouseJG