mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-01 13:04:25 +02:00
scripts fix
This commit is contained in:
parent
5a8c11de16
commit
ac26baf97f
2 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
- Create required directories
|
- Create required directories
|
||||||
- Setup `config.yml` and `compose.yml`
|
- Setup `config.yml` and `compose.yml`
|
||||||
|
|
||||||
3. Verify folder structure
|
3. Verify folder structure and then `cd go-proxy`
|
||||||
|
|
||||||
```plain
|
```plain
|
||||||
go-proxy
|
go-proxy
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
VERSION=$1
|
|
||||||
BASE_URL="https://github.com/yusing/go-proxy/releases/download/${VERSION}"
|
BASE_URL="https://github.com/yusing/go-proxy/releases/download/${VERSION}"
|
||||||
APP_ROOT="/opt/go-proxy/${VERSION}"
|
APP_ROOT="/opt/go-proxy/${VERSION}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue