diff --git a/bootstrap.sh b/bootstrap.sh index a9925eb..4f37dbe 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -32,7 +32,7 @@ sudo -HS bash -c "curl -RLfs https://bootstrap.pypa.io/get-pip.py | python2 && \ curl -fsSL https://download.docker.com/linux/$DISTRO/gpg | sudo apt-key add - && \ sudo add-apt-repository "deb https://download.docker.com/linux/$DISTRO $SUITE stable" && \ - sudo apt-get install -y docker + sudo apt-get install -y docker-ce # vim related pip install --user neovim && \