kubo/cmd/ipfs
Volker Mische a049ba9d17
fix: installation without sudo (#8715)
* fix: installation without sudo

I think it's good practice that users don't need to run `sudo`
to install something just to try it out. With this change, the
local bin directory is tried first, which usually is also in the
`PATH`. This way the installation script can be run without
`sudo` and should still work.

* fix: try local path last and support spaces in $HOME

Try the `$HOME/.local/bin` path last, so that the script is backwards
compatible. Also make sure that it works even if there are spaces in
the directory set by `$HOME`.
2022-02-16 08:54:29 -05:00
..
dist fix: installation without sudo (#8715) 2022-02-16 08:54:29 -05:00
util fix build on Plan 9 2020-09-23 22:27:01 -04:00
.gitignore make: rework makefiles for non-recursive make and add sharness coverage 2017-02-12 01:18:40 +01:00
add_migrations.go Expose additional migration APIs (#8153) 2021-07-30 11:27:57 -07:00
daemon_linux.go chore(dep): update deps 2020-01-28 21:20:17 -08:00
daemon_other.go systemd: add notify support 2019-09-27 16:08:30 -07:00
daemon.go feat: enabling pubsub and ipns-pubsub via config flags (#8510) 2021-11-30 11:00:11 -08:00
dnsresolve_test.go fix dns test 2021-05-10 21:04:55 -07:00
init.go Feat: Re-import InitializeKeyspace code from go-namesys 2021-03-16 16:35:03 +01:00
ipfs.go move key rotation command to ipfs key rotate 2020-08-17 07:26:47 -04:00
main.go chore: update go-multiaddr and go-multiaddr-net 2020-08-25 15:24:48 -04:00
pinmfs_test.go refactor(pinmfs): log error if pre-existing pin failed (#8056) 2021-05-17 18:13:07 +02:00
pinmfs.go refactor(pinmfs): log error if pre-existing pin failed (#8056) 2021-05-17 18:13:07 +02:00
Rules.mk mk: s/go-build/go-build-relative/ 2019-03-05 18:33:58 +01:00
runmain_test.go make: rework makefiles for non-recursive make and add sharness coverage 2017-02-12 01:18:40 +01:00