Add megasync

This commit is contained in:
Jeffrey Serio 2024-03-18 10:40:10 -05:00
parent 1c8fc2078b
commit 5cfc116d13

View File

@ -44,6 +44,7 @@ nonfree-build-job:
- container=$(buildah from git.hyperreal.coffee:5050/fedora-atomic/vauxite-build/vauxite:39)
- buildah run $container -- rpm-ostree install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-39.noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-39.noarch.rpm
- buildah run $container -- rpm-ostree override remove libavcodec-free libavfilter-free libavformat-free libavutil-free libpostproc-free libswresample-free libswscale-free --install ffmpeg-libs
- buildah run $container -- rpm-ostree install https://mega.nz/linux/repo/Fedora_39/x86_64/megasync-Fedora_39.x86_64.rpm
- buildah run $container -- ostree container commit
- buildah containers
- buildah commit --rm $container "$FQ_IMAGE_NAME"