File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 # IN OTHER WORDS, IT COULD BREAK AT ANY TIME.
1717 # THERE IS NO WARRANTY OR GUARANTEE THAT THIS COMMAND WILL WORK IN THE FUTURE.
1818 # ONLY USE THIS COMMAND IF YOU UNDERSTAND HOW IT IS BEING USED AND ARE COMFORTABLE FIXING IT IF IT BREAKS:
19- run : curl -o exb.zip "$(curl -s 'https://downloads.arcgis.com/dms/rest/download/secured/arcgis-experience-builder-1.16 .zip?f=json&folder=software%2FExperienceBuilder%2F1.16 ' | python3 -c "import sys, json; print(json.load(sys.stdin)['url'])")"
19+ run : curl -o exb.zip "$(curl -s 'https://downloads.arcgis.com/dms/rest/download/secured/arcgis-experience-builder-1.17 .zip?f=json&folder=software%2FExperienceBuilder%2F1.17 ' | python3 -c "import sys, json; print(json.load(sys.stdin)['url'])")"
2020 - name : Unzip Experience Builder
2121 run : unzip -q exb.zip -d exb
2222 - name : Copy Custom Widgets
You can’t perform that action at this time.
0 commit comments