git rm --cached tools/jaklis/.env

This commit is contained in:
fred 2024-04-23 12:04:00 +02:00
parent a102147949
commit 1217b669f2
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ chmod u+x jaklis.py
mkdir -p $HOME/.local/bin/
ln -sf $(realpath jaklis.py) $HOME/.local/bin/jaklis || hasError=1
cp ${MY_PATH}/.env.template $HOME/.local/bin/.env || hasError=1
cp ${MY_PATH}/.env.template ${MY_PATH}/.env || hasError=1
if [[ hasError -eq 0 ]]; then
echo "Setup done. You can use 'jaklis' command, try it."