mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
install rsync
This commit is contained in:
parent
b0953e58ee
commit
6076587725
1 changed files with 3 additions and 0 deletions
3
packages/gleam/0.27.0/build.sh
vendored
3
packages/gleam/0.27.0/build.sh
vendored
|
@ -11,6 +11,9 @@ curl -L "https://github.com/gleam-lang/gleam/releases/download/v0.27.0/gleam-v0.
|
|||
mkdir gleam
|
||||
tar -xf gleam.tar.gz -C gleam
|
||||
|
||||
# Install rsync for copying gleam dependencies
|
||||
apt-get install rsync -y
|
||||
|
||||
# Update path
|
||||
source ./environment
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue