mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-31 14:08:06 +08:00
refactor: goreleaser 增加 dodocker.sh
This commit is contained in:
parent
2207711400
commit
49f4f316f8
3
.gitignore
vendored
3
.gitignore
vendored
@ -29,4 +29,5 @@ frontend/components.d.ts
|
|||||||
dist/
|
dist/
|
||||||
1pctl
|
1pctl
|
||||||
1panel.service
|
1panel.service
|
||||||
install.sh
|
install.sh
|
||||||
|
docker.sh
|
||||||
|
@ -48,6 +48,7 @@ archives:
|
|||||||
- 1pctl
|
- 1pctl
|
||||||
- 1panel.service
|
- 1panel.service
|
||||||
- install.sh
|
- install.sh
|
||||||
|
- docker.sh
|
||||||
- README.md
|
- README.md
|
||||||
- LICENSE
|
- LICENSE
|
||||||
|
|
||||||
|
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"ansible.python.interpreterPath": "/opt/homebrew/bin/python3"
|
||||||
|
}
|
@ -17,4 +17,8 @@ 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…
x
Reference in New Issue
Block a user