From 539e982db8b8701e398d3235481757f71207d4f8 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 7 Jan 2023 10:29:59 -0300 Subject: Ready to start testing --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index d1d977e..e6c8a42 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,9 @@ #!/usr/bin/env sh set -eu +echo "We need your sudo password to install the script." +echo "You can check the script in https://gitlab.com/rogs/yams/-/blob/master/setup.sh" + +sudo rm -r /tmp/yams || true git clone https://gitlab.com/rogs/yams.git /tmp/yams -bash /tmp/yams/setup.sh +sudo bash /tmp/yams/setup.sh -- cgit v1.2.3