mirror of https://github.com/kholia/OSX-KVM.git
Change installation script URLs for Ubuntu and Fedora
This commit is contained in:
parent
32f01d5cf6
commit
d27e6b3d86
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue