dotenv/install-extra.sh
2020-12-15 20:10:20 +11:00

8 lines
139 B
Bash

#!/usr/bin/sh
# Install GoLang
pacman -Sy go
# Install cordless
git clone https://github.com/Bios-Marcel/cordless.git
cd cordless
go build