diff --git a/.gitignore b/.gitignore index 89d6a56..1ca57e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ Containerfile +downloads/ +plugins/ sources/ -downloads/ \ No newline at end of file diff --git a/modules/00-vanilla-apx-stacks.yml b/modules/00-vanilla-apx-stacks.yml index ba18d48..9763549 100644 --- a/modules/00-vanilla-apx-stacks.yml +++ b/modules/00-vanilla-apx-stacks.yml @@ -3,8 +3,7 @@ type: shell source: type: git url: https://github.com/Vanilla-OS/vanilla-apx-configs.git - branch: main - commit: latest + tag: v1.0.0 commands: - mkdir -p /usr/share/apx - mv /sources/apx-stacks/stacks /usr/share/apx/ diff --git a/modules/00-vanilla-base-files.yml b/modules/00-vanilla-base-files.yml index 2f9515d..974319f 100644 --- a/modules/00-vanilla-base-files.yml +++ b/modules/00-vanilla-base-files.yml @@ -1,12 +1,12 @@ name: base-files -type: dpkg-buildpackage +type: shell source: - type: git - url: https://github.com/Vanilla-OS/base-files.git - branch: main - commit: latest - paths: - - base-files + type: file + url: https://github.com/Vanilla-OS/base-files/releases/download/v1.0.0/base-files.deb + checksum: f7235c903242c5c8aa5a584c748700da869481e2ea3de6a3a67dfa92c1f25f5d +commands: + - dpkg -i /sources/base-files/base-files.deb + - apt -y install -f modules: - name: base-files-deps-install type: apt