Update install script to copy instad of link

master
Tait Hoyenm 5 years ago
parent 9c5c1848c7
commit 134d10f20d

@ -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"

Loading…
Cancel
Save