Skip to content

error with: '-fsSL' #39

@mike-ua

Description

@mike-ua

Hi,
I'm trying to install on Ubuntu 22.04 (fully updated just before starting, new install, nothing custom), I found similar instruction on several sites, here is one:
https://computingforgeeks.com/install-redash-data-visualization-dashboard-on-ubuntu/

The first step is:

"Run the following commands to install Docker on Ubuntu 22.04/20.04/18.04:"

sudo apt update 
sudo apt -yy install apt-transport-https ca-certificates curl software-properties-common wget pwgen
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/docker-archive-keyring.gpg
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt update && sudo apt -y install docker-ce docker-ce-cli containerd.io

To which I get the following error:
"Command line option 'S' [from -fsSL] is not understood in combination with the other options"

I tried several variants (-fSSL, -fssL, -fSL, etc.) but nothing seemed to work.

Any ideas? (I have very little knowledge of the CLI)
Thanks,
Mike

Metadata

Metadata

Assignees

No one assigned

    Labels

    1-week-reviewIssues that we'll look at again in a week, to potentially close

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions