Doc: Typo of wget parameter -g in document of installing Docker

Hi,
As in Installation Using DRIVE OS Docker Containers

Should be -q but -g ?

Dear @Keelung,
Yes. It is -q instead of -g. We will get it fixed.

And even -g fixed, then got SHELL: command not found.
Since SHELL is just an environment variable, not a command.
So $SHELL should be used instead of $(SHELL)

Dear @Keelung,
Could you check using wget -qO- https://get.docker.com/ | ${SHELL} ?

${SHELL} works.

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