Fix linting

This commit is contained in:
Mykola Grymalyuk
2021-05-27 10:11:59 -06:00
parent 6ecb8e26c9
commit 3e47853e75
18 changed files with 38 additions and 42 deletions
+1
View File
@@ -14,6 +14,7 @@ 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
```
* Note: On El Capitan (10.11) and older, you'll need to specify a catalog at the end of the command:
```