fix(configure): install method `docker`

This commit is contained in:
Harry 2024-02-02 12:06:13 +00:00 committed by GitHub
parent 988d47fa7e
commit bbf8760043
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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