mirror of
https://github.com/encounter/yarn.git
synced 2026-03-30 11:43:44 -07:00
7 lines
128 B
Bash
Executable File
7 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
# Bootstraps a Yarn development environment on Ubuntu.
|
|
set -ex
|
|
|
|
sudo apt-get install -y rpm lintian
|
|
gem install fpm
|