From 8cc22fd88acd6a9c68e08c01f97cd928f5bb5863 Mon Sep 17 00:00:00 2001 From: Denis Kazimirov Date: Sat, 7 Aug 2021 16:11:54 +0300 Subject: [PATCH] Update INSTALLER.md Add space to fix 404 error when download installinstallmacos.py --- docs/INSTALLER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALLER.md b/docs/INSTALLER.md index fe2b26e05..4abf0b678 100644 --- a/docs/INSTALLER.md +++ b/docs/INSTALLER.md @@ -12,7 +12,7 @@ This doc is centered around downloading and writing the macOS installer to a USB The simplest way to download macOS installs would be to use installinstallmacos: ```sh -[ ! -d ~/macOS-installer/ ] && mkdir ~/macOS-installer; cd ~/macOS-installer; [ ! -f ~/macOS-installer/installinstallmacos.py ] && curl -O https://raw.githubusercontent.com/munki/macadmin-scripts/main/installinstallmacos.py; sudo python installinstallmacos.py +[ ! -d ~/macOS-installer/ ] && mkdir ~/macOS-installer; cd ~/macOS-installer; [ ! -f ~/macOS-installer/installinstallmacos.py ] && curl -O https://raw.githubusercontent.com/munki/macadmin-scripts/main/installinstallmacos.py ; sudo python installinstallmacos.py ``` * Note: On El Capitan (10.11) and older, you'll need to specify a catalog at the end of the command: