4 lines
84 B
Bash
4 lines
84 B
Bash
#!/bin/sh
|
|
|
|
GOPROXY=direct go install github.com/thek4n/pomodoro/cmd/pomodoro@latest
|