/
githubmirror
/
yarn
Обзор
Документация
Войти
/
githubmirror
/
yarn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
scripts/install-latest.sh
8 строк
228 B
Peter Dave Hello
Enable curl `--compressed` option to speed up request (#5369)
25 мар 2018, 14:52
25 мар 2018, 14:52
aada10e
Код
Авторство
О чём код?
#!/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 -- "$@"