Skip to content
This repository was archived by the owner on Oct 18, 2025. It is now read-only.

Commit 577a473

Browse files
committed
Add Zoom installer
1 parent 248743a commit 577a473

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

lib/macos/scripts/zoom-config.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/sh
2+
3+
echo "Configuring Zoom! Here's a chicken
4+
\\
5+
(o>
6+
\\_//)
7+
\_/_)
8+
_|_"
9+
10+

lib/macos/software/zoom.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
url: https://zoom.us/client/latest/ZoomInstallerIT.pkg
2+
self_service: true
3+
post_install_script:
4+
path: ../scripts/zoom-config.sh
5+

teams/new-hires.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ controls:
2121
- path: ../lib/macos/scripts/set-timezone.script.sh
2222
- path: ../lib/windows/scripts/set-wallpaper.ps1
2323
- path: ../lib/macos/scripts/set-dns-cloudflare.sh
24+
- path: ../lib/macos/scripts/zoom-config.sh
2425
macos_settings:
2526
custom_settings:
2627
- path: ../lib/macos/configuration-profiles/disable-bluetooth-file-sharing.mobileconfig
@@ -35,3 +36,6 @@ team_settings:
3536
enable_host_users: true
3637
enable_software_inventory: true
3738
software:
39+
packages:
40+
- path: ../lib/macos/software/zoom.yml
41+

0 commit comments

Comments
 (0)