mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-20 05:43:41 -05:00
fix 2
This commit is contained in:
parent
2416eb806a
commit
c85e4397b5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue