Skip to content

Commit

Permalink
fix: vso extension got unpacked in the extensions dir making it undis…
Browse files Browse the repository at this point in the history
…coverable
  • Loading branch information
mirkobrombin authored Feb 16, 2024
1 parent b27089b commit c39c526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/00-vanilla-system-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ modules:
type: tar
url: https://github.com/Vanilla-OS/vso-gnome-ext/archive/refs/tags/1.tar.gz
commands:
- mv /sources/vso-gnome-ext-1/[email protected]/ /usr/share/gnome-shell/extensions/
- mv /sources/vso-gnome-ext-1/[email protected] /usr/share/gnome-shell/extensions/
- name: vso-deps-install
type: apt
source:
Expand Down Expand Up @@ -63,4 +63,4 @@ modules:
type: shell
commands:
- ln -s /usr/lib/systemd/system/vanilla-updates.service /etc/systemd/system/multi-user.target.wants/vanilla-updates.service
- ln -s /usr/lib/systemd/system/vanilla-updates.timer /etc/systemd/system/timers.target.wants/vanilla-updates.timer
- ln -s /usr/lib/systemd/system/vanilla-updates.timer /etc/systemd/system/timers.target.wants/vanilla-updates.timer

0 comments on commit c39c526

Please sign in to comment.