Unable to install fuelup

I’m following the instructions to install fuelup from the official docs, but getting the below error:

❯ curl --proto '=https' --tlsv1.2 -sSf https://fuellabs.github.io/fuelup/fuelup-init.sh | sh
sh: line 1: html: No such file or directory
sh: line 2: syntax error near unexpected token `<'
'h: line 2: `<head><title>301 Moved Permanently</title></head>

Any help would be appreciated. Thanks in advance :slight_smile:

Hey there, thanks for reaching out! We recently moved the URL, can you try with:

curl --proto '=https' --tlsv1.2 -sSf https://install.fuel.network/fuelup-init.sh | sh

I will be updating the readme.

2 Likes

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.