6 lines
136 B
Bash
Executable File
6 lines
136 B
Bash
Executable File
#!/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
|