HyperV added

Only enabled so far for Archlinux and CentOS. Also, needed to change file endings on ALL THE THINGS. Might or might not show up.
This commit is contained in:
Greg Hellings
2023-08-25 11:51:45 -05:00
parent 7f2ba562a4
commit e2f62a80bd
8 changed files with 83 additions and 20 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from pathlib import Path
from yaml import load, Loader
BASE = Path(__file__).parent.parent
BASE = Path(__file__).parent.parent.resolve()
class Support: