Not sure if it's to prevent anything malicious occuring in the event that a malicious edit gets pushed to the repo, but I noticed an issue with the initial install command that installs "install-docker.s" to the working directory instead of "install-docker.sh" which makes the cat install-docker.sh command fail, I'm sure it's just a small typo but I'm not opening a PR over a 1 letter change that most people will figure out to work around, but I figured I'd say something in case others come to this script like I did and aren't willing to double-check.
Not sure if it's to prevent anything malicious occuring in the event that a malicious edit gets pushed to the repo, but I noticed an issue with the initial install command that installs "install-docker.s" to the working directory instead of "install-docker.sh" which makes the
cat install-docker.shcommand fail, I'm sure it's just a small typo but I'm not opening a PR over a 1 letter change that most people will figure out to work around, but I figured I'd say something in case others come to this script like I did and aren't willing to double-check.