Major refactoring of files and add pipewire tweaks

This commit is contained in:
Gerald Pinder
2024-04-26 21:55:45 -04:00
parent 80939f148b
commit b978030c51
49 changed files with 62 additions and 270 deletions

View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
set -oue pipefail
cat <<EOF | tee /etc/yum.repos.d/kubernetes.repo
[kubernetes]
name=Kubernetes
baseurl=https://pkgs.k8s.io/core:/stable:/v1.29/rpm/
enabled=1
gpgcheck=1
gpgkey=https://pkgs.k8s.io/core:/stable:/v1.29/rpm/repodata/repomd.xml.key
EOF