I don't have authorization to get this script:
[root@initech susan]# wget https://software.xsede.org/svn/xci/activities/xci-182/trunk/Deliverables...
--2018-12-10 14:21:34-- https://software.xsede.org/svn/xci/activities/xci-182/trunk/Deliverables...
Resolving software.xsede.org (software.xsede.org)... 149.165.157.137
Connecting to software.xsede.org (software.xsede.org)|149.165.157.137|:443... connected.
HTTP request sent, awaiting response... 401 Unauthorized
Authorization failed.
[root@initech susan]# su - susan
Last login: Tue Oct 16 10:53:16 EDT 2018 from vpn-300sc-214.psc.edu on pts/0
[susan@initech ~]$ wget https://software.xsede.org/svn/xci/activities/xci-182/trunk/Deliverables...
--2018-12-10 14:22:07-- https://software.xsede.org/svn/xci/activities/xci-182/trunk/Deliverables...
Resolving software.xsede.org (software.xsede.org)... 149.165.157.137
Connecting to software.xsede.org (software.xsede.org)|149.165.157.137|:443... connected.
HTTP request sent, awaiting response... 401 Unauthorized
Authorization failed.
Please try using your XSEDE username and password like this:
wget --user=<username> --password=<password> https://software.xsede.org/svn/xci/activities/xci-182/trunk/Deliverables...
alternate: click the url in a browser window and it should prompt for your XSEDE credentials
Adding the --user and --password worked. Ticket closed. Thanks!