Skip to content

JumpCloud Setup

roto31 edited this page Aug 22, 2022 · 8 revisions

JumpCloud Setup

  1. Use the JumpCloud Software Management function under Device Management to add swiftDialog and Installomater as available software.
Screen Shot 2022-07-31 at 8 51 13 PM Screen Shot 2022-07-31 at 8 51 41 PM
  1. Scope accordingly

  2. Add new Command from JumpCloud Commands Menu to add Swift-Install.sh script to "/Users"

*Note: For my purposes I did this as an install from my GitHub for ease of use. I would recommend forking my GitHub, then making the script edits there and then use the below script format. Alternatively you can also copy and paste the RAW script into your favorite text editor. Add the script as a file and specify an installation path at the bottom of the same page where it shows "Upload File" (shown in screenshot below).

Script to add to Command section:

`#!/bin/bash

#Download Swift-Install

sudo curl -o /Users/Swift-Install.sh "https://raw.githubusercontent.com/roto31/Swift-Install/main/Swift-Install.sh"

#Make Swift-Install Executable

sudo chmod 755 /Users/Swift-Install.sh

Screen Shot 2022-08-21 at 6 23 16 PM Screen Shot 2022-08-22 at 12 53 35 AM
  1. Download Swift-Install .pkg file here and upload to JumpCloud via the Software Management function under Device Mangagement.
Screen Shot 2022-08-01 at 12 20 16 AM

Release

Version 2 of Swift-Install v. 2

Swift-Install v. 2

Clone this wiki locally