You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
287 B

  1. #!/bin/sh
  2. set -eux
  3. # install shellcheck
  4. wget https://storage.googleapis.com/shellcheck/shellcheck-latest.linux.x86_64.tar.xz
  5. tar -xJf shellcheck-latest.linux.x86_64.tar.xz
  6. mkdir -p "$CI_PROJECT_DIR"/.local/bin/
  7. mv shellcheck-latest/shellcheck "$CI_PROJECT_DIR"/.local/bin/shellcheck