install erlang

This commit is contained in:
Lunarmagpie 2023-03-10 04:24:53 -05:00
parent 6ef319e2ee
commit 295d53f565
2 changed files with 2 additions and 4 deletions

View file

@ -4,7 +4,7 @@
source ../../node/16.3.0/build.sh
# Install Erlang
# source ../../erlang/23.0.0/build.sh
source ../../erlang/23.0.0/build.sh
# Install Gleam
curl -L "https://github.com/gleam-lang/gleam/releases/download/v0.27.0/gleam-v0.27.0-x86_64-unknown-linux-musl.tar.gz" --output gleam.tar.gz

View file

@ -11,11 +11,9 @@
gleam new project --skip-git
mkdir project/build
cp /piston/packages/gleam/0.27.0/template_project/build* project -r
rm project/manifest.toml
cp /piston/packages/gleam/0.27.0/template_project/manifest.toml project/manifest.toml
# cp template_project/build project -r -u -p
# cp template_project/build* project -r
# cp template_project/manifest.toml project/manifest.toml
cat $1 > project/src/project.gleam