clothoest
‎07-28-2023
New Contributor

Joined: July 2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hi all,I want to write a scripts to auto select Monterey or Ventura installer.The scripts is here:#!/bin/bash### CHECK AVAILABLE DOWNLOADS GET_OS_UPDATE=$(softwareupdate --list-full-installer | sed -n 3p)sleep 1TRIM_OS_VERSION=${GET_OS_UPDATE#*Versio...
Hi all,We are using deep freeze to protect the Mac and now start to use Jamf Pro to manage our Mac. We found a issue is how to thaws the deep freeze partition and run Software update , after that freeze it again.I want to try thawTargetPartition.sh ,...
Kudos given to