File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,17 @@ stages:
5151 type : shell
5252 sources :
5353 - type : tar
54- url : https://github.com/Vanilla-OS/vanilla-tools/releases/download/v1.0.0/vanilla-tools.tar.gz
55- checksum : 0e1d92d9c9154f9a115e97b40ff692afa52ddd0d9f770a8ec67440bf1a48aa72
54+ url : https://github.com/Vanilla-OS/vanilla-tools/releases/download/v1.0.1/vanilla-tools-amd64.tar.gz
55+ checksum : aef32f07820e0993e534e6bccfa1a6daae6c8c6f0543d3e073f4f121f2ef2e31
56+ only-arches : [amd64]
57+ - type : tar
58+ url : https://github.com/Vanilla-OS/vanilla-tools/releases/download/v1.0.1/vanilla-tools-arm64.tar.gz
59+ checksum : e59b098338de6f6071376e07ec79b17be6c8f0a0dd354fab128e1e86a36d0862
60+ only-arches : [arm64]
5661 commands :
5762 - mkdir -p /usr/bin
58- - cp /sources/vanilla-tools/vanilla-tools/vanilla-tools/nrun /usr/bin/nrun
59- - cp /sources/vanilla-tools/vanilla-tools/vanilla-tools/prime-switch /usr/bin/prime-switch
63+ - cp /sources/vanilla-tools/vanilla-tools* /vanilla-tools/nrun /usr/bin/nrun
64+ - cp /sources/vanilla-tools/vanilla-tools* /vanilla-tools/prime-switch /usr/bin/prime-switch
6065 - chmod +x /usr/bin/nrun
6166 - chmod +x /usr/bin/prime-switch
6267
You can’t perform that action at this time.
0 commit comments