Merge branch 'Gleam' of https://github.com/Lunarmagpie/piston into Gleam

This commit is contained in:
Lunarmagpie 2023-02-26 13:58:57 -05:00
commit b0fed4d3d5
1 changed files with 1 additions and 5 deletions

View File

@ -1,11 +1,7 @@
#!/usr/bin/env bash
# Install Erlang
apt-get update
apt-get install wget -y
wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb
dpkg -i erlang-solutions_2.0_all.deb
apt-get install esl-erlang
source ../../erlang/23.0.0/build.sh
# Install Gleam
curl -L "https://github.com/gleam-lang/gleam/releases/download/v0.26.2/gleam-v0.26.2-x86_64-unknown-linux-musl.tar.gz" --output gleam.tar.gz