Skip to content

Commit 04d8982

Browse files
committed
Enable rpmfusion
1 parent aa0ebb8 commit 04d8982

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build_files/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ echo "::group:: Remove packages"
1414
./main-repo/build_files/remove-packages.sh
1515
echo "::endgroup::"
1616

17+
# Enable RPM Fusion
18+
echo "::group:: Enable RPM Fusion"
19+
./main-repo/build_files/enable-rpmfusion.sh
20+
echo "::endgroup::"
21+
1722
# Install Kernel
1823
echo "::group:: Install Surface Kernel"
1924
./install-stage-surface-kernel.sh

0 commit comments

Comments
 (0)