This commit is contained in:
Your Name
2024-06-26 06:52:09 +00:00
parent 25ee079c2b
commit 187341f9d9

2
docker_compose_script.sh Normal file → Executable file
View File

@@ -16,6 +16,8 @@ install_docker() {
} }
install_docker_compose() { install_docker_compose() {
apt update
apt install jq curl -y
install_docker install_docker
echo "正在安装 Docker Compose..." echo "正在安装 Docker Compose..."