Skip to content

Commit

Permalink
refactor: goreleaser 增加 dodocker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghe-fit2cloud committed May 31, 2023
1 parent 2207711 commit 49f4f31
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ frontend/components.d.ts
dist/
1pctl
1panel.service
install.sh
install.sh
docker.sh
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ archives:
- 1pctl
- 1panel.service
- install.sh
- docker.sh
- README.md
- LICENSE

Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"ansible.python.interpreterPath": "/opt/homebrew/bin/python3"
}
4 changes: 4 additions & 0 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 49f4f31

Please sign in to comment.