mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
4 lines
110 B
Bash
Executable file
4 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
export GOPATH="$PWD"
|
|
go get "code.google.com/p/go.crypto/bcrypt"
|
|
go install ergonomadic genpasswd
|