Skip to content

Commit

Permalink
fix: tar sources in module
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun committed Jul 1, 2024
1 parent a78c637 commit 8827b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ stages:
url: https://github.com/Vanilla-OS/vanilla-tools/releases/download/continuous/vanilla-tools.tar.gz
commands:
- mkdir -p /usr/bin
- cp /sources/vanilla-tools/nrun /usr/bin/nrun
- cp /sources/vanilla-tools/vanilla-tools/nrun /usr/bin/nrun
- chmod +x /usr/bin/nrun
- cp /sources/vanilla-tools/cur-gpu /usr/bin/cur-gpu
- cp /sources/vanilla-tools/vanilla-tools/cur-gpu /usr/bin/cur-gpu
- chmod +x /usr/bin/cur-gpu

- name: host-aliases
Expand Down

0 comments on commit 8827b77

Please sign in to comment.