Add Simple Install Script #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "03/install-script"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
script just builds in release and then copies the binary to
/usr/binso that it's in your path.Suggest copy it to
/usr /local/binor~/.local/bininsteadMaybe
/usr/localif the script is run as root,~/.localif run as a regular user@seb wrote in #4 (comment):
yeah whoops silly mistake - good catch
not all distributions use
~/.local/bin- so for now i'll set it to use/usr/local/binmaybe in the future it would be good to have this handled by something in
build.shand make it user-configurable