Skip to content

Commit 91d078b

Browse files
committed
patch abroot version
This is needed since the old one can break during kernel upgrades.
1 parent afa128f commit 91d078b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

recipe.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,27 @@ stages:
102102
commands:
103103
- rm /usr/lib/*/gnome-software/plugins-*/libgs_plugin_packagekit.so
104104

105+
- name: abroot
106+
type: shell
107+
source:
108+
type: tar
109+
url: https://github.com/Vanilla-OS/ABRoot/releases/download/v2.1.1/abrootv2.tar.gz
110+
checksum: 257b31fab1d735c4a833f93a576cdeced2d9cef67cf4da6dc81694be655d9d05
111+
commands:
112+
- apt install -y podman golang-github-containers-common patch wget
113+
- mkdir -p /usr/bin
114+
- cp /sources/abroot/abrootv2 /usr/bin/abroot
115+
- chmod +x /usr/bin/abroot
116+
modules:
117+
- name: abroot-manpage
118+
type: shell
119+
source:
120+
type: tar
121+
url: https://github.com/Vanilla-OS/ABRoot/releases/download/v2.1.1/abroot-man.tar.gz
122+
checksum: 2437300bdae0316a17bc2e5fc25d3dd356297ccfc14e70c77fa1a410e20eed65
123+
commands:
124+
- mv /sources/abroot-manpage/man/man1/abroot.1 /usr/share/man/man1/
125+
105126
- name: cleanup
106127
type: shell
107128
commands:

0 commit comments

Comments
 (0)