summaryrefslogtreecommitdiff
path: root/install.sh
blob: e6c8a428fa747370dce4f9d1624e5967500237bf (plain)
1
2
3
4
5
6
7
8
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
sudo bash /tmp/yams/setup.sh