Commit graph

6 commits

Author SHA1 Message Date
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