From b3e3439efb1da4b317f8bc74c8f965e40af5010b Mon Sep 17 00:00:00 2001 From: Rob Muhlestein Date: Fri, 10 May 2024 11:09:50 -0400 Subject: [PATCH] add install-pomo --- install/ubuntu/install-pomo | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 install/ubuntu/install-pomo diff --git a/install/ubuntu/install-pomo b/install/ubuntu/install-pomo new file mode 100755 index 0000000..2e64eb5 --- /dev/null +++ b/install/ubuntu/install-pomo @@ -0,0 +1,4 @@ +#!/bin/sh + +go install github.com/rwxrob/pomo/cmd/pomo@latest +