From 1cbd5e07177c5c76c910bdb14045bc2bb48853ef Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Thu, 19 Dec 2024 21:33:53 +0300 Subject: [PATCH] update --- install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install.sh b/install.sh index f8e88f9..eaef427 100644 --- a/install.sh +++ b/install.sh @@ -33,13 +33,7 @@ if [ ! -f "/etc/bash.bashrc.soneium" ]; then echo "include /usr/share/nano/*.nanorc" >> ~/.nanorc touch /etc/bash.bashrc.soneium -fi - - -if ! command -v docker &> /dev/null; then curl -sL https://get.docker.com | sudo sh - -else - echo "Docker is already installed, skipping installation" fi cd /root