Overhaul install script
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
ce2413484c
commit
b2e45c8af1
26 changed files with 692 additions and 407 deletions
|
@ -1,5 +1,6 @@
|
|||
stages:
|
||||
- Lint
|
||||
|
||||
Lint:
|
||||
image: koalaman/shellcheck-alpine:latest
|
||||
stage: Lint
|
||||
|
@ -17,3 +18,5 @@ Lint:
|
|||
- shellcheck ./system/.config/zsh/.zshrc
|
||||
- shellcheck ./system/.config/X11/xsetup
|
||||
- shellcheck ./install
|
||||
- shellcheck ./.install/*.sh
|
||||
- shellcheck ./.install/lib/*.sh
|
Loading…
Add table
Add a link
Reference in a new issue