aws-profile icon indicating copy to clipboard operation
aws-profile copied to clipboard

Installation error - Illegal option

Open Rohlik opened this issue 1 year ago • 1 comments

Hello, I receive an error during the installation via cURL/script:

$ curl -sL https://raw.githubusercontent.com/hpcsc/aws-profile/master/install | sh
sh: 3: set: Illegal option -o pipefail

Environment: OS Ubuntu 22.04

$ bash --version
GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)

Rohlik avatar Apr 09 '24 11:04 Rohlik

sorry, I should have used bash instead of sh due to some bash-specific syntax in the installation script. Ubuntu by default links sh to dash instead of bash

if you try curl -sL https://raw.githubusercontent.com/hpcsc/aws-profile/master/install | bash, it should work

hpcsc avatar Apr 09 '24 12:04 hpcsc