install: Fix.
This commit is contained in:
parent
154e73b291
commit
40ab734bb3
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
SOURCE=$(dirname $0)
|
SOURCE=$(dirname $0)
|
||||||
[[ -e "$SOURCE/dbash" ]] || { echo "Please cd to the directory containing this file and try to run _install.sh again." ; exit 1 }
|
[[ -e "$SOURCE/dbash" ]] || { echo "Please cd to the directory containing this file and try to run _install.sh again." ; exit 1; }
|
||||||
TARGET=/usr/local/bin
|
TARGET=/usr/local/bin
|
||||||
|
|
||||||
ln -sf "$SOURCE/dbash" "$TARGET/dbash"
|
ln -sf "$SOURCE/dbash" "$TARGET/dbash"
|
||||||
|
Loading…
Reference in New Issue
Block a user