diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-07 10:29:59 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-07 10:29:59 -0300 |
commit | 539e982db8b8701e398d3235481757f71207d4f8 (patch) | |
tree | adfa47f3b9b118c589bddc340670be817e97427a /install.sh | |
parent | fb4a09c827549fe9eb4980655dac345d73f4022d (diff) |
Ready to start testing
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |