feat(configure): add `docker-compose`

This commit is contained in:
Harry 2024-02-02 12:32:34 +00:00 committed by GitHub
parent bbf8760043
commit 754fb37d06
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 sed -i '/swap/d' /etc/fstab
# Docker # Docker
curl -fsSL https://get.docker.com -o get-docker.sh && bash get-docker.sh curl -fsSL https://get.docker.com -o get-docker.sh && bash get-docker.sh && apt-get -y install docker-compose
# NodeJS # NodeJS
curl -fsSL https://deb.nodesource.com/setup_20.x | bash && apt-get install -y nodejs curl -fsSL https://deb.nodesource.com/setup_20.x | bash && apt-get install -y nodejs