This commit is contained in:
mst 2024-09-23 16:44:16 +03:00
parent 2416eb806a
commit c85e4397b5

View file

@ -3,7 +3,7 @@
# work in progress # work in progress
id -u catask >/dev/null 2>&1 || sudo useradd -r -s /bin/false -m -d /etc/catask -U catask 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 # 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 cd ~/tmp/catask
commit_short_hash=$(git rev-parse --short HEAD) commit_short_hash=$(git rev-parse --short HEAD)