Commit graph

7 commits

Author SHA1 Message Date
Anmol Sethi
563b45dd01
release/install.sh: Install executable with .exe suffix on Windows
Otherwise Go doesn't let you execute it lol.
2022-12-06 09:04:22 -08:00
Anmol Sethi
6e52966b52
install.sh: Improve default $PREFIX behaviour
As before we default to /usr/local but now we switch to ~/.local if
/usr/local if not accessible instead of prompting for sudo. Instead
of having an exception for macOS/arm64.

Of course if a user wants to install in /usr/local anyway, they can
still pass --prefix /usr/local to force installation into /usr/local
and prompt for sudo.
2022-12-05 22:15:58 -08:00
Anmol Sethi
54311cbf3d
release: Use sudo automatically when installing/uninstalling 2022-12-01 12:29:50 -08:00
Anmol Sethi
756a2315d9
ci: Fixes 2022-11-16 03:17:12 -08:00
Anmol Sethi
70a80fa36b ci/release: Many more fixes 2022-11-14 13:00:52 -08:00
Anmol Sethi
d22702c96b ci/release: Many bug fixes and add manpage
Closes #86
Closes #85
2022-11-14 10:26:58 -08:00
Anmol Sethi
ee86426ef2 2022-11-12 02:19:09pm 2022-11-13 22:49:46 -08:00
Renamed from ci/release/template/install.sh (Browse further)