mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/1Panel-dev/1Panel.git
synced 2026-09-20 08:03:55 +08:00
refactor: goreleaser 增加 dodocker.sh
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user