Merge pull request #232 from winapps-org/feat-install-script

Simplify installation process
This commit is contained in:
Oskar Manhart
2024-09-07 17:56:13 +02:00
committed by GitHub
5 changed files with 163 additions and 73 deletions

View File

@@ -744,5 +744,5 @@ You may now proceed to install other applications like 'Microsoft 365', 'Adobe C
Finally, restart the virtual machine, but **DO NOT** log in. Close the virtual machine viewer and proceed to run the WinApps installation.
```bash
./installer.sh
bash <(curl https://raw.githubusercontent.com/winapps-org/winapps/main/setup.sh)
```