Automated Linux virtualization scripts
  • Shell 85.2%
  • ASL 7.6%
  • PowerShell 5.5%
  • Python 1.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-14 01:10:29 -04:00
modules GCC5 -> GCC 2026-06-11 01:12:21 -04:00
patches Update README.md 2026-05-23 08:20:18 -04:00
resources Update SMBIOS.py 2026-06-11 02:02:41 -04:00
.gitignore remove extra dir and organized some 2025-10-29 21:43:41 -04:00
LICENSE revert last change lol 2026-01-25 12:43:52 +00:00
main.sh Update main.sh 2026-04-03 23:35:56 -04:00
README.md Update README.md 2026-06-14 01:10:29 -04:00
utils.sh Refactor logging functions and reintroduce init 2025-12-22 04:19:06 +00:00

AutoVirt

This project automates complex Linux virtualization tasks.


Instructions

Expand for details...

1. Clone Git repository

git clone --single-branch --depth=1 https://github.com/Scrut1ny/AutoVirt

2. Change directory

cd AutoVirt/

3. Execute

./main.sh
  • Experimental distro support:
EXPERIMENTAL=1 ./main.sh

4. Update repository

  • Make sure you're in the AutoVirt/ root directory when running the command below!
git fetch --all && git reset --hard origin/main

Star History Chart