Add missing config, fix sourcing sh files

This commit is contained in:
ferrreo 2023-02-22 15:40:58 +00:00
parent 1914b53e2d
commit c8913540c3
2 changed files with 11446 additions and 5 deletions

11441
config Normal file

File diff suppressed because it is too large Load Diff

10
main.sh
View File

@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
bash ./scripts/source.sh . ./scripts/source.sh
bash ./scripts/patch.sh . ./scripts/patch.sh
bash ./scripts/config.sh . ./scripts/config.sh
bash ./scripts/build.sh . ./scripts/build.sh
bash ./scripts/output.sh . ./scripts/output.sh