chore: 删除 docker.sh 脚本引用

This commit is contained in:
wanghe-fit2cloud 2023-06-02 17:43:45 +08:00
parent d89f823bef
commit 3773d64aa7
3 changed files with 0 additions and 6 deletions

1
.gitignore vendored
View file

@ -30,6 +30,5 @@ dist/
1pctl
1panel.service
install.sh
docker.sh
cmd/server/web/.DS_Store
cmd/server/.DS_Store

View file

@ -47,7 +47,6 @@ archives:
- 1pctl
- 1panel.service
- install.sh
- docker.sh
- README.md
- LICENSE

View file

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