Skip to content

Commit

Permalink
ISC CS Installtion script update: https://github.com/Infoblox-CTO/inf…
Browse files Browse the repository at this point in the history
  • Loading branch information
UladzislauDadzimau committed Jul 26, 2024
1 parent 9e81399 commit 7a4420f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions isc_collection/isc_cs_install-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ fi


#region Hard-coded variables
DOWNLOAD_URL="https://github.com/infobloxopen/infoblox-sa-scripts/releases/download/isc-v1.1.3.0/SLSENB_ISC_CS_1.1.3.0.tags-v1.1.3.df1e03f.zip"
EXPECTED_HASH="514756FA30E0F50C2D967E98F325EA6322DA80F8E246C75CAEBEB8B664B96CD9"
DOWNLOAD_URL="https://github.com/infobloxopen/infoblox-sa-scripts/releases/download/isc-v1.1.3.0/SLSENB_ISC_CS_1.1.3.0.tags-v1.1.3.1e0b829.zip"
EXPECTED_HASH="DCDA908085E013666E53E72494F9B6534F489FD9B23BD666B0AB2179312C36E3"
DESTINATION_FOLDER="./ib-isc-cs"

if [ -d "$DESTINATION_FOLDER" ]; then
Expand Down

0 comments on commit 7a4420f

Please sign in to comment.