Commit graph

13 commits

Author SHA1 Message Date
Jake Cooper
15e738f2fa
Show telemetry notice on install instead of first run (#832)
Move the telemetry opt-out notice from a runtime banner (shown on first
CLI command) to the install script so users see it exactly once at
install time. Remove the Notices JSON persistence that tracked whether
the banner had been shown.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 18:45:07 +09:00
Jake Runzer
0382d0fcfb
get latest version from GitHub release (#586)
* get latest version from GitHub release

* fix uninstall script
2025-01-08 14:49:21 -05:00
Nebula
1cffa87131
make script compatible with dash (#335) 2023-03-06 17:58:48 -05:00
Nebula
c897065e14
rename install script bins (#308)
* rename install script bins

* remove references to nixpacks

* fix the wizard guys spacing
2023-03-03 22:53:16 -05:00
Nebula
111640b91b
fix release workflow (#306)
* fix release workflow

* fix install script

* fix ci branch name
2023-03-03 22:45:13 -05:00
Nebula
0cfb79da46
Migrate to CLI v3 (#304)
* delete everything

* migrate to v3

* basic logout command

* remove pre-release text

* additional error handling in rlwy domain

* fixed backwards logic on rlwy domain

* accept environment id in rlwy run

* default environment on rlwy link if there's only 1

* dont print plugins and services if there are none

* skip serializing nones

* remove entities file

* rename ServiceDomains

* link to project upon init

* remove description prompt

* fully remove description prompt

* remove dead code

* refactor some of the commands

* update repo target

* fix broken render_config

* cleanup unused vars

* remove muts

* bump cargo version to 3.0.0

* change repo on Cargo.toml

---------

Co-authored-by: Angelo <asara019@fiu.edu>
2023-03-03 21:44:32 -05:00
Diptesh Choudhuri
22b8aafc33
Update install.sh (#244) 2022-07-26 07:43:47 -07:00
Wyzlle
1ec579a0e1
Add support for android (#218)
* Add support for android

* install from source on termux
2022-06-06 17:32:10 -07:00
FatGrizzly
24ce32e09e
fix? (#128) 2021-06-04 01:56:08 -07:00
Gregory Schier
0c1b41a696
Update install.sh (#108) 2021-05-05 11:28:23 -07:00
Jake Cooper
75057e1ef2
Support Raspberry Pi Install (#98)
* Support Raspberry Pi Install

* OS vs machine type logs

* Arm64 in script

* Might work IDK
2021-04-13 18:02:08 -07:00
Nick White
509ab56ae5
Allow installation with custom binary name and install location (#68)
* Make test sh-compatible
2021-02-22 10:07:10 -08:00
Jake Runzer
2dd47ace2b
Install and uninstall shell scripts (#58) 2020-12-03 02:16:59 +00:00