mirror of
https://github.com/Stefanuk12/AutoVirt.git
synced 2026-08-14 20:54:41 +00:00
Automated Linux virtualization scripts
- Shell 85.2%
- ASL 7.6%
- PowerShell 5.5%
- Python 1.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| modules | ||
| patches | ||
| resources | ||
| .gitignore | ||
| LICENSE | ||
| main.sh | ||
| README.md | ||
| utils.sh | ||
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