Deploying Contract

Hello there, this is the first time I am deploying a contract on fuel.
I installed Ubontu terminal in windows 10 and after I use this command

curl --proto ‘=https’ --tlsv1.2 -sSf https://fuellabs.github.io/fuelup/fuelup-init.sh | sh

I get this error:

sh: 1: cannot open html: No such file sh: 2: Syntax error: redirection unexpected

what should I do?

6 Likes

It looks like you are using an old url to install, you can find the latest version here:

https://install.fuel.network/v0.19.1/installation/index.html

The command should be:

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

Thanks Sarah!

I could finally fix the issue and deploy my contract.

2 Likes

@freelancingco7
Is contract deployment only for pc ??

Or for mobile browser?? Also available??

1 Like

Im not sure for mobile ser.

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