File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments