fix install script
This commit is contained in:
@ -8,8 +8,9 @@ create_symlink() {
|
||||
local source=$1
|
||||
local target=$2
|
||||
|
||||
if [ -ne "$target" ]; then
|
||||
if [ ! -e "$target" ]; then
|
||||
ln -s "$source" "$target"
|
||||
echo "Added symlink $source -> $target"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user