-
Notifications
You must be signed in to change notification settings - Fork 394
Open
Labels
1-week-reviewIssues that we'll look at again in a week, to potentially closeIssues that we'll look at again in a week, to potentially close
Description
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
Labels
1-week-reviewIssues that we'll look at again in a week, to potentially closeIssues that we'll look at again in a week, to potentially close