mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Apparently we don't need to install Yarn
This commit is contained in:
parent
704b1b74ae
commit
22294bfcda
@ -1,10 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "Installing Yarn"
|
||||
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-get update && sudo apt-get install yarn
|
||||
|
||||
echo "Installing Phoenix dependencies"
|
||||
mix local.hex --force
|
||||
mix local.rebar --force
|
||||
|
||||
Loading…
Reference in New Issue
Block a user