mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
5 lines
110 B
Bash
Executable File
5 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
export GOPATH="$PWD"
|
|
go get "code.google.com/p/go.crypto/bcrypt"
|
|
go install ergonomadic genpasswd
|