refactor: goreleaser 增加 dodocker.sh

This commit is contained in:
wanghe-fit2cloud 2023-05-31 15:44:18 +08:00
parent 2207711400
commit 49f4f316f8
4 changed files with 10 additions and 1 deletions

3
.gitignore vendored
View file

@ -29,4 +29,5 @@ frontend/components.d.ts
dist/
1pctl
1panel.service
install.sh
install.sh
docker.sh

View file

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

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"ansible.python.interpreterPath": "/opt/homebrew/bin/python3"
}

View file

@ -17,4 +17,8 @@ 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