Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josephm101/magiskonwsalocal_vagrantfile
A Vagrantfile for MagiskOnWSALocal that you can use on Windows. Useful if installing WSL causes problems with other virtualization software, or if you just don't want to use it.
https://github.com/josephm101/magiskonwsalocal_vagrantfile
Last synced: 2 days ago
JSON representation
A Vagrantfile for MagiskOnWSALocal that you can use on Windows. Useful if installing WSL causes problems with other virtualization software, or if you just don't want to use it.
- Host: GitHub
- URL: https://github.com/josephm101/magiskonwsalocal_vagrantfile
- Owner: JosephM101
- Created: 2023-06-04T15:37:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T22:42:14.000Z (over 1 year ago)
- Last Synced: 2024-11-09T15:12:33.817Z (about 2 months ago)
- Language: PowerShell
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MagiskOnWSALocal_Vagrantfile
A Vagrantfile for MagiskOnWSALocal that you can use on Windows. Useful if installing WSL causes problems with other virtualization software, or if you just don't want to use it.
Please note: this documentation is *very* much incomplete.
## How to use
For starters, Vagrant and VirtualBox need to be installed. You can get Vagrant from [here](https://developer.hashicorp.com/vagrant/downloads), and VirtualBox from [here](https://www.virtualbox.org/wiki/Downloads).Once those are installed, clone this repository using Git or [download the repo's zip file](https://github.com/JosephM101/MagiskOnWSALocal_Vagrantfile/archive/refs/heads/main.zip) and extract it.
if you're on Windows, you can use the `Run.ps1` PowerShell script to automate the process.
I'm working on testing scripts for macOS and Linux. For now, on these (and other) platforms, open the folder in a terminal, and use the `vagrant up` command.