Skip to content

Commit

Permalink
Add note that Ubuntu support is currently broken
Browse files Browse the repository at this point in the history
  • Loading branch information
T-vK authored Nov 24, 2021
1 parent 4a1627a commit 8c3c275
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ And there is also a lot of advanced stuff that I managed to fully automate, like
## Currently supported distributions

- Fedora 34
- Ubuntu 21.04 (not tested in a while)
- Ubuntu 21.04 (Currently not working. Some dependencies won't be installed automatically.)

## Limitations

- The project is currently only really being tested on Fedora and Ubuntu. But it has been written in a somewhat distribution-agnostic way, meaning it might just work on other distributions and if not, you might just have to add a new script to `scripts/utils/manager-specific/`. (For example the project currently supports the package managers `dnf` and `apt`, if your distro uses `pacman`, you have to add a pacman script that can be called the same way as the [apt script](scripts/utils/manager-specific/package/apt).)
- The project is currently only really being tested on Fedora and Ubuntu (currently broken). But it has been written in a somewhat distribution-agnostic way, meaning it might just work on other distributions and if not, you might just have to add a new script to `scripts/utils/manager-specific/`. (For example the project currently supports the package managers `dnf` and `apt`, if your distro uses `pacman`, you have to add a pacman script that can be called the same way as the [apt script](scripts/utils/manager-specific/package/apt).)
- This project currently only supports Windows 10 x64 VMs and hopefully Windows 11 x64 VMs at some point. (For older Windows versions you have to figure out the driver installation etc. on your own.)
- Only tested for Intel+Nvidia and Intel+AMD systems. (Although the compatibility-check (./mbpt.sh check) should actually work on any hardware.)
- Expect bugs. I have only tested this on a handful of devices and I have constantly changed the scripts without testing everything every time.
Expand Down Expand Up @@ -246,4 +246,4 @@ Credits to [Cole Robinson](https://blog.wikichoon.com/) for giving me a lot of i
- Check if required dependencies are installed for each script
- Add support for multiple VMs
- Add support for Linux guests
- Add support for Desktop PCs
- Add support for Desktop PCs

0 comments on commit 8c3c275

Please sign in to comment.