This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
: <<DESCRIPTION | |
JCDS2 package upload script | |
by Graham Pugh (@grahamrpugh) | |
1. Get a bearer token | |
2. Check for an existing package from the Classic API | |
3. Check for an existing package from the JCDS endpoint | |
4. Check that the checksum matches our local pkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# User-editable variables | |
# | |
# For the fileURL variable, put the complete address | |
# of the zipped Casper QuickAdd installer package | |
fileURL="http://server_name_here.domain.com/quickadd_name_goes_here.zip" |