mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-03 21:24:48 +08:00
chore: 删除 docker.sh 脚本引用
This commit is contained in:
parent
d89f823bef
commit
3773d64aa7
3 changed files with 0 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -30,6 +30,5 @@ dist/
|
|||
1pctl
|
||||
1panel.service
|
||||
install.sh
|
||||
docker.sh
|
||||
cmd/server/web/.DS_Store
|
||||
cmd/server/.DS_Store
|
||||
|
|
|
@ -47,7 +47,6 @@ archives:
|
|||
- 1pctl
|
||||
- 1panel.service
|
||||
- install.sh
|
||||
- docker.sh
|
||||
- README.md
|
||||
- LICENSE
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue