diff options
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 |