Welcome to my package repository. This repository contains a collection of pre-built packages for Arch Linux systems focuses on Virtual Machine spoofing.
Use this repository to download and install packages efficiently on your Arch Linux distribution.
/etc/pacman.conf:
[t4bby]
Server = https://pkg.t4bby.dev/x86_64
Tip: If you already have the signing key installed, you can set SigLevel = Required instead of Optional TrustAll.
sudo pacman -Syy
sudo pacman -S qemu-system-x86-patched
sudo pacman -S edk2-ovmf
sudo pacman -S linux-lts66-rdtsc-module
sudo pacman -U https://pkg.t4bby.dev/x86_64/<package-file>
Example: sudo pacman -U https://pkg.t4bby.dev/x86_64/qemu-system-x86-patched-10.1.2-3-x86_64.pkg.tar.zst
If you encounter issues, run sudo pacman -Syyu to fully refresh and upgrade, and ensure your system uses the x86_64 architecture.