mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-23 18:49:21 +08:00
chore: 删除 docker.sh 脚本引用
This commit is contained in:
parent
d89f823bef
commit
3773d64aa7
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,6 +30,5 @@ dist/
|
|||||||
1pctl
|
1pctl
|
||||||
1panel.service
|
1panel.service
|
||||||
install.sh
|
install.sh
|
||||||
docker.sh
|
|
||||||
cmd/server/web/.DS_Store
|
cmd/server/web/.DS_Store
|
||||||
cmd/server/.DS_Store
|
cmd/server/.DS_Store
|
||||||
|
@ -47,7 +47,6 @@ archives:
|
|||||||
- 1pctl
|
- 1pctl
|
||||||
- 1panel.service
|
- 1panel.service
|
||||||
- install.sh
|
- install.sh
|
||||||
- docker.sh
|
|
||||||
- README.md
|
- README.md
|
||||||
- LICENSE
|
- LICENSE
|
||||||
|
|
||||||
|
@ -17,8 +17,4 @@ if [ ! -f "install.sh" ]; then
|
|||||||
wget https://github.com/1Panel-dev/installer/raw/main/install.sh
|
wget https://github.com/1Panel-dev/installer/raw/main/install.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f "docker.sh" ]; then
|
|
||||||
wget https://github.com/1Panel-dev/installer/raw/main/docker.sh
|
|
||||||
fi
|
|
||||||
|
|
||||||
chmod 755 1pctl install.sh
|
chmod 755 1pctl install.sh
|
Loading…
Reference in New Issue
Block a user