Files
livekit/bootstrap.sh
T
2020-12-22 14:37:45 -08:00

13 lines
193 B
Bash
Executable File

#!/bin/sh
cd /tmp
git clone https://github.com/magefile/mage
cd mage
go run bootstrap.go
rm -rf mage
if ! command -v mage &> /dev/null
then
echo "Ensure ${GOPATH}/bin is in your \$PATH"
fi