diff --git a/sh/debian/configure.sh b/sh/debian/configure.sh index d9d27fb1f..ca23919f3 100755 --- a/sh/debian/configure.sh +++ b/sh/debian/configure.sh @@ -138,7 +138,7 @@ EOF sed -i '/swap/d' /etc/fstab # Docker - curl -fsSL https://get.docker.com -o get-docker.sh | bash + curl -fsSL https://get.docker.com -o get-docker.sh && bash get-docker.sh # NodeJS curl -fsSL https://deb.nodesource.com/setup_20.x | bash && apt-get install -y nodejs