From 3773d64aa71d6f94585fca8510713bd4f80f8d69 Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Fri, 2 Jun 2023 17:43:45 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=20docker.sh=20?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - .goreleaser.yaml | 1 - script.sh | 4 ---- 3 files changed, 6 deletions(-) diff --git a/.gitignore b/.gitignore index 044f178d3..b9a7690b9 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,5 @@ dist/ 1pctl 1panel.service install.sh -docker.sh cmd/server/web/.DS_Store cmd/server/.DS_Store diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 936919675..0ffbf7aaa 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -47,7 +47,6 @@ archives: - 1pctl - 1panel.service - install.sh - - docker.sh - README.md - LICENSE diff --git a/script.sh b/script.sh index 56e6d75ec..b6261f199 100755 --- a/script.sh +++ b/script.sh @@ -17,8 +17,4 @@ if [ ! -f "install.sh" ]; then wget https://github.com/1Panel-dev/installer/raw/main/install.sh fi -if [ ! -f "docker.sh" ]; then - wget https://github.com/1Panel-dev/installer/raw/main/docker.sh -fi - chmod 755 1pctl install.sh \ No newline at end of file