Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade abroot to v2.0.1 #72

Merged
merged 1 commit into from
Aug 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions modules/00-vanilla-abroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: abroot
type: shell
source:
type: tar
url: https://github.com/Vanilla-OS/ABRoot/releases/download/v2.0.0/abrootv2.tar.gz
checksum: 3a801272865cafe8d37f2e3cb674c33aeb835370708b3ea320eff99533b8a915
url: https://github.com/Vanilla-OS/ABRoot/releases/download/v2.0.1/abrootv2.tar.gz
checksum: 1801c10e88117f5d09a0209c07bb21c5f365366374af4312acf27e63ef4542f0
commands:
- apt install -y podman golang-github-containers-common patch wget
- mkdir -p /usr/bin
Expand All @@ -14,7 +14,7 @@ modules:
type: shell
source:
type: tar
url: https://github.com/Vanilla-OS/ABRoot/releases/download/v2.0.0/abroot-man.tar.gz
checksum: 58cd4fbf12d29e8548df5bd3cc6f66d79e1fd02916e39665a651e91b38dab71a
url: https://github.com/Vanilla-OS/ABRoot/releases/download/v2.0.1/abroot-man.tar.gz
checksum: 201d2024b2d3ab1c0041324b926696744579fb1582e9cf99ba46881f34c17e13
commands:
- mv /sources/abroot-manpage/man/man1/abroot.1 /usr/share/man/man1/
Loading