blob: 287276e81d7e971e74c5e9bc2761acbc4c45e959 (
plain)
1
2
3
4
|
post_install() {
echo 'You must create a client_secrets.json file as described in this guide: https://github.com/ThioJoe/YT-Spammer-Purge/wiki/Instructions:-Obtaining-an-API-Key'
echo 'Install client_secrets.json at /usr/bin/yt-spammer-purge/client_secrets.json'
}
|