File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,20 +2,25 @@ name: abroot
22type : shell
33sources :
44 - type : tar
5- url : https://github.com/Vanilla-OS/ABRoot/releases/download/v2.4.1/abrootv2.tar.gz
6- checksum : 2efc430f64a92e87da334470027b5df36f86544cd21cbaa0d56ec7bbf0c4b571
5+ url : https://github.com/Vanilla-OS/ABRoot/releases/download/v2.4.2/abrootv2-amd64.tar.gz
6+ checksum : 408b8e5414a0b5ca457cb22b75cb262da98ca49bb1144c3e6b20dff3a52ff6ac
7+ only-arches : [amd64]
8+ - type : tar
9+ url : https://github.com/Vanilla-OS/ABRoot/releases/download/v2.4.2/abrootv2-arm64.tar.gz
10+ checksum : 603d5116393504dac10b1b0284a5c54465422a19d22e202bb645b916e84a1025
11+ only-arches : [arm64]
712commands :
813 - apt install -y podman golang-github-containers-common patch wget
914 - mkdir -p /usr/bin
10- - cp /sources/abroot/abrootv2/abrootv2 /usr/bin/abroot
15+ - cp /sources/abroot/abrootv2* /abrootv2 /usr/bin/abroot
1116 - chmod +x /usr/bin/abroot
1217modules :
1318- name : abroot-manpage
1419 type : shell
1520 sources :
1621 - type : tar
17- url : https://github.com/Vanilla-OS/ABRoot/releases/download/v2.4.1 /abroot-man.tar.gz
18- checksum : 923088e03dba693624961696a7c21bba40c1e3c5efd9eefe29a903e6720a26fb
22+ url : https://github.com/Vanilla-OS/ABRoot/releases/download/v2.4.2 /abroot-man.tar.gz
23+ checksum : 3540161afb59b412e38eff2629f0a555782180f6558d4800b5ac83beaa3d991f
1924 commands :
2025 - mv /sources/abroot-manpage/abroot-man/man/man1/abroot.1 /usr/share/man/man1/
2126- name : abroot-deps
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: base-files
22type : shell
33sources :
44 - type : file
5- url : https://github.com/Vanilla-OS/base-files/releases/download/v1.0.0 /base-files.deb
6- checksum : f7235c903242c5c8aa5a584c748700da869481e2ea3de6a3a67dfa92c1f25f5d
5+ url : https://github.com/Vanilla-OS/base-files/releases/download/v1.0.1 /base-files.deb
6+ checksum : e5a541ad1a85d922475eda2eb2cd8b6620e1aa36698dc99b7a36262435c25df1
77commands :
88 - dpkg -i /sources/base-files/base-files/base-files.deb
99 - apt -y install -f
Original file line number Diff line number Diff line change @@ -2,8 +2,13 @@ name: fswarn
22type : shell
33commands :
44 - mkdir -p /boot/
5- - cp /sources/fswarn/fswarn/fswarn-x86_64 .squash /boot/fswarn.squash
5+ - cp /sources/fswarn/fswarn* /fswarn* .squash /boot/fswarn.squash
66sources :
77 - type : tar
8- url : https://github.com/Vanilla-OS/fswarn/releases/download/v1.0-1/fswarn.tar.xz
9- checksum : 52f66710132138c21b81b56cb2d6edc7e59ad6eef4a4065b81af0f852d827dab
8+ url : https://github.com/Vanilla-OS/fswarn/releases/download/v1.1/fswarn-x86_64.tar.xz
9+ checksum : a5dceee9fb69a8e36372c03e78c3a4ae1e7f5c630463c4c68603ed0766271190
10+ only-arches : [amd64]
11+ - type : tar
12+ url : https://github.com/Vanilla-OS/fswarn/releases/download/v1.1/fswarn-aarch64.tar.xz
13+ checksum : 74867940da631e984c48e42dc65febfbc581ac04c738ab0a2f346b795ddd611d
14+ only-arches : [arm64]
You can’t perform that action at this time.
0 commit comments