IBM / cp4mcm-samples

Repo for sample scripts and yaml files to use with the IBM Cloud Pak for Multicloud Management
Apache License 2.0
6 stars 42 forks source link

Using the ma-prereq.sh is causing an error #10

Open oiricaud opened 4 years ago

oiricaud commented 4 years ago

Greetings,

Running the following commands:

wget https://github.com/IBM/cp4mcm-samples/blob/master/scripts/ma-prereq.sh
chmod +x ma-prereq.sh
./ma-prereq.sh

Output:

./ma-prereq.sh: line 6: syntax error near unexpected token `newline'
./ma-prereq.sh: line 6: `<!DOCTYPE html>'
[sysadmin@install opt]$ wget https://github.com/IBM/cp4mcm-samples/blob/master/scripts/ma-prereq.sh
lcnsir commented 3 years ago

@oiricaud pls try to download the script by

wget https://raw.githubusercontent.com/IBM/cp4mcm-samples/master/scripts/ma-prereq.sh

and try again