Skip to content

Commit f1f467e

Browse files
Added nextflow upgrade cmd
1 parent 3a5c199 commit f1f467e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cft-templates/nextflow-advanced.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,11 @@ Resources:
542542
UserData:
543543
Fn::Base64: !Sub |
544544
#!/bin/bash -xe
545+
exec > >(tee /var/log/user-data.log|logger -t user-data -s 2>/dev/console) 2>&1
545546

547+
cd /usr/bin
548+
curl -s https://get.nextflow.io | bash
549+
546550
sudo yum update -y --security
547551
cd /root/
548552

0 commit comments

Comments
 (0)