Commit Graph

17 Commits

Author SHA1 Message Date
0e9176474c Update install.py to filter out -- too 2024-10-19 01:28:11 -07:00
d22bba2834 Improve flag support in install.py after #254 (#255) 2024-10-07 00:09:23 -07:00
e55694d7e0 Accept cli flags in install script (#254) 2024-10-05 08:20:27 -07:00
b4e517a594 Move function to start of python file to make it more idiomatic 2024-02-09 20:21:27 -08:00
2573551416 Move up os.remove so that the file is removed even if it fails to execute 2024-02-09 20:20:55 -08:00
638912b230 Improve install.py script to attempt to detect when /tmp/ is noexec (#172)
* Improve install.py script to attempt to detect when /tmp/ is noexec

* Add test to install from python script at HEAD

* Remove incorrect duplicated line

* Delete the tmp hishtory-client download since it may be dropped in CWD rather than /tmp/
2024-02-09 17:41:52 -08:00
ddc73230d8 Add easier support for installing in offline mode 2023-12-21 19:03:21 -08:00
2a95553fdf Fix install.py script for arm7 so installs work on raspberry pis 2023-09-06 21:35:28 -07:00
27cd544524 Add support for arm7 for #63 to support raspberry pis 2023-02-18 22:00:39 -08:00
956377d472 linux arm is called aarch64, see #48 2022-12-12 19:45:54 -08:00
83667a52f4 Fix #51 by changing if --> elif 2022-12-12 19:44:02 -08:00
7c86b812bf Add support for linux arm64 for #48 2022-12-11 20:39:45 -08:00
846f256fa4 Support a TMPDIR variable in case /tmp/ is mounted noexec 2022-11-03 18:04:16 -07:00
3e89accf97 Delete the tmp client before downloading to clear macos's signature cache 2022-09-21 19:01:34 -07:00
72bd46d4e8 Detect failures to install hishtory in install script 2022-06-04 22:09:30 -07:00
7e4f8e060f Add TODO to install.py, and explicitly set CGO_ENABLED=1 2022-04-19 22:22:04 -07:00
6c9236785a Add an easy to use cross-platform install script for that classic curl | bash goodness 2022-04-19 20:36:14 -07:00