add wine to kinoite arch tbox, libvirt docs to kinoite readme
Some checks failed
Gitea Actions Demo / build-arch-toolbox (push) Failing after 10s

This commit is contained in:
2024-11-26 19:45:42 -05:00
parent 58daf523ea
commit 5495011d49
2 changed files with 17 additions and 0 deletions

View File

@@ -37,6 +37,15 @@ RUN ./aws/install
# Podman
RUN pacman -S --noconfirm podman
# Wine
COPY <<EOF /etc/pacman.conf
[multilib]
Include = /etc/pacman.d/mirrorlist
EOF
RUN pacman -Syu --noconfirm wine
##### RUN LAST #####
# ZSHRC
COPY <<EOF /etc/zsh/zshrc.local
# Basic settings

View File

@@ -2,6 +2,7 @@
- [Fedora Kinoite](#fedora-kinoite)
- [Podman](#podman)
- [Libvirt, Qemu, KVM](#libvirt-qemu-kvm)
- [Apps](#apps)
- [VSCode](#vscode)
- [Bitwarden](#bitwarden)
@@ -48,6 +49,13 @@ export REGISTRY_AUTH_FILE=$HOME/.podman-auth.json
Source that and then run `podman login` to create the file.
## Libvirt, Qemu, KVM
```bash
rpm-ostree install virt-manager
systemctl enable --now libvirtd
```
## Apps
Flatpak installs are from Flathub unless otherwise noted.