We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0ebb8 commit 04d8982Copy full SHA for 04d8982
build_files/build.sh
@@ -14,6 +14,11 @@ echo "::group:: Remove packages"
14
./main-repo/build_files/remove-packages.sh
15
echo "::endgroup::"
16
17
+# Enable RPM Fusion
18
+echo "::group:: Enable RPM Fusion"
19
+./main-repo/build_files/enable-rpmfusion.sh
20
+echo "::endgroup::"
21
+
22
# Install Kernel
23
echo "::group:: Install Surface Kernel"
24
./install-stage-surface-kernel.sh
0 commit comments