Skip to content

Commit

Permalink
fix/modules: update tar type to new syntax
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Jul 2, 2024
1 parent 800058d commit e752f3e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions modules/00-vanilla-system-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source:
url: https://github.com/Vanilla-OS/vanilla-system-operator/releases/download/continuous/vso.tar.gz
commands:
- mkdir -p /usr/bin
- cp /sources/vso /usr/bin/vso
- cp /sources/vso/vso /usr/bin/vso
- chmod +x /usr/bin/vso
modules:
- name: vso-manpage
Expand All @@ -15,7 +15,7 @@ modules:
type: tar
url: https://github.com/Vanilla-OS/vanilla-system-operator/releases/download/continuous/vso-man.tar.gz
commands:
- mv /sources/man/vso.1 /usr/share/man/man1/
- mv /sources/vso-manpage/man/vso.1 /usr/share/man/man1/
- name: vso-os-shell
type: shell
commands:
Expand All @@ -26,9 +26,9 @@ modules:
type: shell
source:
type: tar
url: https://github.com/Vanilla-OS/vso-gnome-ext/archive/refs/tags/1.tar.gz
url: https://github.com/Vanilla-OS/vso-gnome-ext/archive/refs/tags/1.1.tar.gz
commands:
- mv /sources/vso-gnome-ext-1/[email protected] /usr/share/gnome-shell/extensions/
- mv /sources/vso-gnome-ext/vso-gnome-ext-1.1/[email protected] /usr/share/gnome-shell/extensions/
- name: vso-deps-install
type: apt
source:
Expand Down
2 changes: 1 addition & 1 deletion modules/03-fswarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: fswarn
type: shell
commands:
- mkdir -p /boot/
- cp /sources/fswarn-x86_64.squash /boot/fswarn.squash
- cp /sources/fswarn/fswarn-x86_64.squash /boot/fswarn.squash
source:
type: tar
url: https://github.com/Vanilla-OS/fswarn/releases/download/v1.0-1/fswarn.tar.xz
Expand Down
4 changes: 2 additions & 2 deletions modules/21-gnome-control-center.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source:
url: https://github.com/Vanilla-OS/gnome-control-center/releases/download/continuous/gnome-control-center.tar.xz
checksum: cb4b55d7b3059fa861ce8d08048d6371923a5a8d7629a9ad51b8a09f58f44920
commands:
- dpkg -i /sources/gnome-control-center-data_46~99-orchid-beta_all.deb
- dpkg -i /sources/gnome-control-center_46~99-orchid-beta_amd64.deb
- dpkg -i /sources/gnome-control-center/gnome-control-center-data_46~99-orchid-beta_all.deb
- dpkg -i /sources/gnome-control-center/gnome-control-center_46~99-orchid-beta_amd64.deb
- apt -y install -f
- apt-mark hold gnome-control-center
4 changes: 2 additions & 2 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ 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/lpkg /usr/bin/lpkg
- cp /sources/vanilla-tools/cur-gpu /usr/bin/cur-gpu
- cp /sources/vanilla-tools/vanilla-tools/lpkg /usr/bin/lpkg
- cp /sources/vanilla-tools/vanilla-tools/cur-gpu /usr/bin/cur-gpu
- chmod +x /usr/bin/lpkg
- chmod +x /usr/bin/cur-gpu

Expand Down

0 comments on commit e752f3e

Please sign in to comment.