8 lines
139 B
Bash
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 |