Skip to content

Commit

Permalink
added akmods module
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyCatDev committed Dec 9, 2024
1 parent f818558 commit fe5f38a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RELEASE="$(rpm -E %fedora)"
cd /tmp

source ./modules/core.sh
source ./modules/akmods.sh
source ./modules/dev-tools.sh
source ./modules/steam.sh

Expand Down
8 changes: 8 additions & 0 deletions modules/akmods.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

echo -e "\e[38;5;214m[Start AKMods Module]\e[0m"

rpm-ostree install\
akmod-v4l2loopback

echo -e "\e[32m[End AKMods Module]\e[0m"

0 comments on commit fe5f38a

Please sign in to comment.