From 5cfc116d133e6267f43908969b487fa2ae34a411 Mon Sep 17 00:00:00 2001 From: Jeffrey Serio <23226432+hyperreal64@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:40:10 -0500 Subject: [PATCH] Add megasync --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0b5bed..6817706 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"