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