Skip to content

Commit

Permalink
Download to /tmp/gnome-46
Browse files Browse the repository at this point in the history
  • Loading branch information
jardon authored and kbdharun committed Jun 20, 2024
1 parent 81ae601 commit b062d9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/41-gnome-46.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: gnome-46
type: shell
commands:
- mkdir -p /tmp/gnome-46
- apt install -y jq
- curl -s https://api.github.com/repos/Vanilla-OS/debian-gnome-debs/releases/latest | jq .assets[].browser_download_url? | xargs -I'{}' wget {}
- apt install -y ./*.deb
- rm *mutter*.deb
- rm *gnome*.deb
- curl -s https://api.github.com/repos/Vanilla-OS/debian-gnome-debs/releases/latest | jq .assets[].browser_download_url? | xargs -I'{}' wget -P /tmp/gnome-46 {}
- apt install -y /tmp/gnome-46/*.deb
- rm -rf /tmp/gnome-46
- apt remove -y jq

0 comments on commit b062d9b

Please sign in to comment.