fix setup symlink

This commit is contained in:
poka 2023-01-21 11:29:29 +01:00
parent f99b6558a2
commit afad8092b7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ done
pip3 install -r requirements.txt || hasError=1
chmod u+x jaklis.py
ln -sf $(realpath jaklis.py) /usr/local/bin/jaklis || hasError=1
sudo ln -sf $(realpath jaklis.py) /usr/local/bin/jaklis || hasError=1
if [[ hasError -eq 0 ]]; then
echo "Setup done. You can use 'jaklis' command, try it."