Update packages/gleam/0.26.2/build.sh

Co-authored-by: Endercheif <45527309+Endercheif@users.noreply.github.com>
This commit is contained in:
Lunarmagpie 2023-02-20 00:48:05 -05:00 committed by GitHub
parent fe69427389
commit 652e85464c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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