Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/podgrab/commit/625d5615425572e8c6a3d33f6416a14f1a0b0e58 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from dannyhanes/patch-2

added mv command
pull/73/head
Akhil Gupta 4 years ago committed by GitHub
commit 625d561542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,6 +41,7 @@ go build -o ./dist/podgrab ./main.go
``` bash
sudo mkdir -p /usr/local/bin/podgrab
mv -v dist/* /usr/local/bin/podgrab
mv -v dist/.* /usr/local/bin/podgrab
```
At this point theoretically the installation is complete. You can make the relevant changes in the ```.env``` file present at ```/usr/local/bin/podgrab``` path and run the following command

Loading…
Cancel
Save