Commit graph

10 commits

Author SHA1 Message Date
vlw
ce6d7fae60 doc(style): use h3 heading size for argument references in README (#8)
Reviewed-on: https://codeberg.org/vegvisir/install/pulls/8
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2025-08-07 10:39:20 +02:00
vlw
8859a741d3 doc(feat): add --install and --dir references to README (#7)
Reviewed-on: https://codeberg.org/vegvisir/install/pulls/7
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2025-08-07 10:37:36 +02:00
16c1a2df10 feat: add --dir named argument and use --install=n as flag for config only (#6)
This PR repurposes the `--install` argument as a flag to disable download and installation of the Vegvisir git submodule.

A new flag `--dir` is used to specify the install directory instead of `--install`.

Reviewed-on: https://codeberg.org/vegvisir/install/pulls/6
2025-08-07 10:32:52 +02:00
9ae80a1707 fic: remove optional parameters from generated env.ini (#4)
I will remove generated envvars for optional parameters. Vegvisir will automatically fall back to its internal defaults if certain parameters are absent.

I had to leave `worker_magic_pathname` in for now thought since the Vegvisir default for that is incorrect. When [PR #60](https://codeberg.org/vegvisir/vegvisir/pulls/60) is merged into the Vegvisir master, I will remove it from here.

Reviewed-on: https://codeberg.org/vegvisir/install/pulls/4
2025-08-07 06:46:18 +02:00
7484c2370b feat: add optional CLI arguments (#5)
This PR makes headless installation possible by passing optional named arguments to the install script.

Reviewed-on: https://codeberg.org/vegvisir/install/pulls/5
2025-08-07 06:42:05 +02:00
vlw
0f23cf1e16 fix(nit): fixed typo in install.sh (#3)
Reviewed-on: https://codeberg.org/vegvisir/install/pulls/3
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2025-03-11 07:33:57 +00:00
vlw
fbeba8c348 fix(doc): add new install URL to README 2025-03-05 11:06:36 +00:00
0097ace805 fix: abort installation if not in a git repository (#2)
Reviewed-on: https://codeberg.org/vegvisir/install/pulls/2
2025-03-05 11:04:23 +00:00
6be438b974 fix: read from /dev/tty fix for unix pipes (#1)
`read` from `/dev/tty` to present the user with an interactive shell when passed with a pipe.

Reviewed-on: https://codeberg.org/vegvisir/install/pulls/1
2025-03-05 11:03:55 +00:00
658da80e03 initial commit 2025-03-03 17:29:59 +01:00