From c85e4397b595b4a057133c76d80d7fa052bb311a Mon Sep 17 00:00:00 2001 From: mst Date: Mon, 23 Sep 2024 16:44:16 +0300 Subject: [PATCH] fix 2 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e134d9b..9b89668 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ # work in progress id -u catask >/dev/null 2>&1 || sudo useradd -r -s /bin/false -m -d /etc/catask -U catask # cloning branch dev for now because the installer doesn't exist in main branch yet -git clone https://git.mst.k.vu/mst/catask ~/tmp/catask --branch dev +git clone https://git.gay/mst/catask ~/tmp/catask --branch dev cd ~/tmp/catask commit_short_hash=$(git rev-parse --short HEAD)