-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
trying to use jamf launcher with fetch full installer #488
Comments
im now trying the following i get the credentials prompt but in the logs it says Could not obtain installer information using softwareupdate --list-full-installers. Cannot Continue. |
You can't use Parameter 11 - see the script for details on how to use it. As for the second comment, check if the softwareupdate command is working on your machine. If not, I would recommend removing the --fetch-full-installer option. |
Yeah I saw that and on the second attempt removed $11. Software update working no issues on my machine getting the full installer. I see you have the same bug logged you were able to reproduce. |
You're right. I had forgotten about that, and yes it's the same issue. I've found the issue and it will be fixed in the next release. |
Fixed in v33.0 |
Describe the bug
trying to add a variable to the jamf launch script to get the full installer --fetch-full-installer rather than mist and upgrade macos but It errors out
To Reproduce
$4 = --current-user
$5 = --reinstall
$6 = --version=14.3.1
$7 = --check-power
$8 = --no-fs
$9 = --rebootdelay 300
$10 = --cleanup-after-use
$11= --fetch-full-installer
Expected behavior
to download the installer and continue the upgrade
Code/log output
Please supply the full command used, and if applicable, add full output from Terminal or from
/var/log/erase-install.log
. Don't post a partial log - I need the whole thing. Either upload the log as a file, or paste the output in a code block like this:Screenshots
![Screenshot 2024-02-21 at 13 23 35](https://private-user-images.githubusercontent.com/2095960/306639554-5b25791b-0ade-4401-bbc3-ec98b8dfbd50.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzOTg2OTksIm5iZiI6MTczOTM5ODM5OSwicGF0aCI6Ii8yMDk1OTYwLzMwNjYzOTU1NC01YjI1NzkxYi0wYWRlLTQ0MDEtYmJjMy1lYzk4YjhkZmJkNTAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMjIxMzE5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MmQ4OTkyMjY4NGZlNWFkMzIzYTlmOTlkYWYwYTBlMjRlM2ExYjczNzI3NGNkZmRhZDNhM2E5NDViZjQxZmQ1NSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.vor-6KM0chsLTI4BLHQUa_sNGQBBLSd1X9dl1umuusw)
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: