File: install-latest.sh

package info (click to toggle)
node-yarnpkg 1.13.0-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 93,036 kB
  • sloc: sh: 323; makefile: 19
file content (8 lines) | stat: -rwxr-xr-x 228 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

reset="\e[0m"
red="\e[0;31m"

printf "${red}This script has moved to https://yarnpkg.com/install.sh, please update your URL!$reset\n"
curl --compressed -o- -L https://yarnpkg.com/install.sh | bash -s -- "$@"