install rsync

This commit is contained in:
Lunarmagpie 2023-03-10 05:48:07 -05:00
parent b0953e58ee
commit 6076587725

View file

@ -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