diff options
Diffstat (limited to 'deploy/init.sh')
-rwxr-xr-x | deploy/init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/init.sh b/deploy/init.sh index 88e21f1..b42cd08 100755 --- a/deploy/init.sh +++ b/deploy/init.sh @@ -8,7 +8,7 @@ if [[ "${PANTSU_DBTYPE}" = "postgres" ]]; then sleep 40 fi -go get github.com/ewhal/nyaa +go get github.com/NyaaPantsu/nyaa go build ./nyaa -host 0.0.0.0 \ -port "${PANTSU_INTERNAL_PORT}" \ |