diff --git a/config/scripts/stlthumb.sh b/config/scripts/stlthumb.sh index 26cc7c7e8b..8ecabff1e5 100644 --- a/config/scripts/stlthumb.sh +++ b/config/scripts/stlthumb.sh @@ -6,6 +6,6 @@ set -oue pipefail # Your code goes here. -rpm2cpio https://github.com/alextrical/stl-thumb/releases/download/release/stl-thumb-0.5.0-1.x86_64.rpm | cpio -D /config/files -idmv -wget https://github.com/alextrical/stl-thumb-kde/releases/download/Release/stlthumbnail.so -P /config/files/usr/lib64/qt5/plugins/ -wget https://github.com/alextrical/stl-thumb-kde/releases/download/Release/stlthumbnail.desktop -P /config/files/usr/share/kservices5/ \ No newline at end of file +rpm2cpio https://github.com/alextrical/stl-thumb/releases/download/release/stl-thumb-0.5.0-1.x86_64.rpm | cpio -D ./config/files -idmv +wget https://github.com/alextrical/stl-thumb-kde/releases/download/Release/stlthumbnail.so -P ./config/files/usr/lib64/qt5/plugins/ +wget https://github.com/alextrical/stl-thumb-kde/releases/download/Release/stlthumbnail.desktop -P ./config/files/usr/share/kservices5/ \ No newline at end of file