Skip to content

Commit

Permalink
0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kanghyojun committed Nov 12, 2023
1 parent 1b517f4 commit 044bb1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Docker Compose 환경 설정을 활용하면 5분 안에 Hops를 바로 실행
실행해보세요.

```console
$ bash <(curl -fsSL https://github.com/hopsoffice/hops-self-hosted/releases/download/0.2/download.sh)
$ bash <(curl -fsSL https://github.com/hopsoffice/hops-self-hosted/releases/download/0.3/download.sh)
```

## 준비사항
Expand Down
1 change: 1 addition & 0 deletions scripts/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cp envoy.yaml "$dir"
cp README.md "$dir"
mkdir -p "$dir/scripts"
cp ./scripts/build_env.sh "$dir/scripts/"
cp -r docs "$dir"

tar cvfz "$dir".tar.gz "$dir"
rm -rf "$dir"
2 changes: 1 addition & 1 deletion scripts/download.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
tmp=$(mktemp -d)
version="0.2"
version="0.3"
echo "[I] Downloading hops-self-hosted..."
curl -sL "https://github.com/hopsoffice/hops-self-hosted/releases/download/$version/releases$version.tar.gz" > "$tmp/releases$version.tar.gz"
tar xfz "$tmp/releases$version.tar.gz"
Expand Down

0 comments on commit 044bb1d

Please sign in to comment.