You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,13 @@ The macOS Scripted Setup is **perfect for users who want to save time and avoid
19
19
20
20
### 📥 Download macOS Scripted Setup
21
21
22
-
* Download & extract «Source code (zip)» [from Releases](/../../releases) to your ~/Downloads/ folder
22
+
Fast and easy download with this command in the `Terminal.app`:
23
+
24
+
```bash
25
+
curl -SL "https://github.com/Swiss-Mac-User/macOS-scripted-setup/archive/refs/heads/installer.zip"| tar xz -C "$HOME/Downloads"&& open "$HOME/Downloads/macOS-scripted-setup-installer"
26
+
```
27
+
28
+
Alternatively you can manually download & extract the latest «Source code (zip)» [from Releases](/../../releases) to your `~/Downloads/` folder.
0 commit comments