summaryrefslogtreecommitdiff
path: root/install.sh
blob: 2b92f652374ecd32623fe2319dcb99c019d73dc5 (plain)
1
2
3
4
5
#!/bin/bash

git clone https://gitlab.com/rogs/yams.git --depth=1 /tmp/yams > /dev/null 2>&1
bash /tmp/yams/install.sh
rm -rf /tmp/yams