Skip to content

url in install script may have wrong url

SHORT DESCRIPTION (required)

when I try to use bash -c "$(curl -fsSL https://gitlab.com/exadra37-dockerize/visual-studio-code/raw/master/setup/install.sh)" from the install instructions I get a 404

DETAILED STEPS TO REPRODUCE (required)

Just try and run the script

EXPECTED BEHAVIUOR (required)

  • script executes the script that is returned from the url
Edited by exadra37