diff --git a/install.sh b/install.sh index 712d842..e3803c8 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,6 @@ mkdir --parents ~/.local/bin/ 2> /dev/null || echo "Local bin exists" -ln -s */* ~/.local/bin/ && echo "Linked!" +cp */* ~/.local/bin/ && echo "Copied!" + +echo "Run again to update local copies of script after git pull." echo "Add ~/.local/bin/ to your \$PATH to be able to run these scripts from your terminal"