Change installation script URLs for Ubuntu and Fedora

This commit is contained in:
Statik DK Smoke 2025-09-07 23:06:54 -05:00 committed by GitHub
parent 32f01d5cf6
commit d27e6b3d86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 4 deletions

View File

@ -4,11 +4,11 @@
**Automatic Installation (one-liner)**: **Automatic Installation (one-liner)**:
``` ```
sudo curl -fsSL https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.install.script | bash sudo curl -fsSL https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.ubuntu.install.script | bash
``` ```
**Or `wget` install**: **Or `wget` install**:
``` ```
sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.install.script -O wget.install.script sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.ubuntu.install.script -O wget.install.script
``` ```
#### macOS Recovery and Installation #### macOS Recovery and Installation
@ -60,8 +60,7 @@ sudo curl -fsSL https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.fed
``` ```
**Or `wget` install**: **Or `wget` install**:
``` ```
sudo wget https://raw.githubusercontent.com/kholi sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.fedora.install.script -O wget.fedora.install.script
a/OSX-KVM/master/wget.fedora.install.script -O wget.fedora.install.script
``` ```
#### macOS Recovery and Installation #### macOS Recovery and Installation