diff options
| -rwxr-xr-x | install.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ else  	if [ ! -e "$target" ] || [ -L "$target" ]; then  		# target either doesn't exist or is a symbolic link and can thus be  		# safely replaced -		ln -sfT "$origin" "$target" +		ln -sf "$origin" "$target"  	elif [ -d "$target" ]; then  		# target is not a symbolic link, but a directory, thus we link  		# everything into that directory instead  | 
