6 lines
104 B
Bash
Executable File
6 lines
104 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -eu
|
|
|
|
git clone https://gitlab.com/rogs/yams.git /tmp/yams
|
|
bash /tmp/yams/setup.sh
|