Skip to content

Commit

Permalink
Add STLThumb
Browse files Browse the repository at this point in the history
  • Loading branch information
alextrical committed Dec 4, 2023
1 parent df8e482 commit 9b02613
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 1 addition & 2 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ modules:
- wine-mono
- patch
- cabextract
- https://github.com/alextrical/stl-thumb/releases/download/release/stl-thumb-0.5.0-1.x86_64.rpm
- https://github.com/alextrical/stl-thumb-kde/releases/download/Release/stl-thumb-kde-0.5.0-Linux.rpm
remove:
- firefox # default firefox removed in favor of flatpak
- firefox-langpacks # langpacks needs to also be removed to prevent dependency problems
Expand Down Expand Up @@ -69,6 +67,7 @@ modules:
- type: script
scripts:
# # Gets the latest plugins
- stlthumb.sh
- flathub.sh
# - inkscape.sh
# this sets up the proper policy & signing files for signed images to work
Expand Down
10 changes: 10 additions & 0 deletions config/scripts/stlthumb.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

# Tell this script to exit if there are any errors.
# You should have this in every custom script, to ensure that your completed
# builds actually ran successfully without any errors!
set -oue pipefail

# Your code goes here.
rpm-ostree install https://github.com/alextrical/stl-thumb/releases/download/release/stl-thumb-0.5.0-1.x86_64.rpm
rpm-ostree install https://github.com/alextrical/stl-thumb-kde/releases/download/Release/stl-thumb-kde-0.5.0-Linux.rpm

0 comments on commit 9b02613

Please sign in to comment.