fix install script
This commit is contained in:
parent
44980b3b0f
commit
c5cf9b248c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd $(basename "$0")
|
cd $(dirname "$0")
|
||||||
|
|
||||||
echo "Creating symlinks…"
|
echo "Creating symlinks…"
|
||||||
python3 mkSymlink.py > /dev/null
|
python3 mkSymlink.py > /dev/null
|
||||||
|
|
Loading…
Reference in a new issue