From 7c31f09ad56586ae5b1a27b71c1eeb71a10976ba Mon Sep 17 00:00:00 2001 From: Statik DK Smoke Date: Mon, 8 Sep 2025 11:37:58 -0500 Subject: [PATCH] Enhance installation instructions for wget and curl Updated installation instructions to include both wget and curl options for Ubuntu and Fedora. --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 40761a7..f406e39 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,16 @@ ### Ubuntu 22.04 Quick Install - Full install and activation uses wget and curl commands to run the full sequence so you don’t have to manually configure everything. -**Automatic Installation (one-liner) `wget` install**: +**Automatic Installation (one-liner) `wget`/`curl` install**: ``` sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.ubuntu.install.script -O wget.ubuntu.install.script && ./wget.ubuntu.install.script ``` +*Or*: +``` +curl -fsSL https://raw.githubusercontent.com/statikfintechllc/OSX-KVM/master/install-macos-kvm.sh | bash +``` -Chooses 7 from: +Choose from: ```shell 1. High Sierra (10.13) 2. Mojave (10.14) @@ -50,12 +54,16 @@ Select a product to download (1-8): Auto-Chooses 7 ### Fedora 38+ Quick Install - Full install and activation uses wget and curl commands to run the full sequence so you don’t have to manually configure packages or dependencies. -**Automatic Installation with `wget` install**: +**Automatic Installation with `wget`/`curl` install**: ``` sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.fedora.install.script -O wget.fedora.install.script && wget.fedora.install.script ``` +*Or*: +``` +curl -fsSL https://raw.githubusercontent.com/statikfintechllc/OSX-KVM/master/install-macos-kvm.sh | bash +``` -Chooses 7 from: +Choose from: ``` 1. High Sierra (10.13) 2. Mojave (10.14)