Skip to content

Commit

Permalink
chore: test out fetching deb from URL
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Aug 11, 2024
1 parent bd0ba96 commit 8ed969e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ modules:
source: ghcr.io/blue-build/modules:vanilla
install:
- micro
# install official discord .deb (you should use the flatpak, this is just showcasing the feature of fetching debs)
- https://discord.com/api/download?platform=linux&format=deb
remove:
- zenity
fix-missing: true
no-recommends: true


- type: default-flatpaks
notify: true # Send notification after install/uninstall is finished (true/false)
system:
Expand Down

0 comments on commit 8ed969e

Please sign in to comment.