Sha256: 9ccfda33d9b21bdad9b428d329721a45cda9fc1f7fb3b8213fa963973cb23506
Contents?: true
Size: 258 Bytes
Versions: 5
Compression:
Stored size: 258 Bytes
Contents
#!/bin/bash set -xeuo pipefail curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo 'deb https://dl.yarnpkg.com/debian/ stable main' | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt update && sudo apt install --yes yarn set +x
Version data entries
5 entries across 5 versions & 1 rubygems