Loocal
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-03 23:59:37 +00:00
parent b58cd82d1f
commit 5dceb542a6

View File

@ -47,7 +47,7 @@ git clone https://git.coopcloud.tech/toolshed/abra.git && cd abra
make build
mkdir -p ~/.local/bin/
ln -sF $PWD/abra ~/.local/bin/abra-dev
if [[ "$PATH" != *".loocal/bin"* ]]; then export PATH="$PATH:~/.local/bin/"; echo 'export PATH=$PATH:~/.local/bin' >> ~/.bashrc; fi
if [[ "$PATH" != *".local/bin"* ]]; then export PATH="$PATH:~/.local/bin/"; echo 'export PATH=$PATH:~/.local/bin' >> ~/.bashrc; fi
abra-dev --help
```