From bbf8760043ba94473bb275bf902f117cd20867e7 Mon Sep 17 00:00:00 2001 From: Harry <14015057+HarryVasanth@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:06:13 +0000 Subject: [PATCH] fix(configure): install method `docker` --- sh/debian/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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