bundles/mixcloud-downloader: add login via netrc

This commit is contained in:
Franzi 2024-07-07 10:22:26 +02:00
parent 52b68d6e42
commit 5a86e657ff
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 23 additions and 2 deletions

View file

@ -6,3 +6,9 @@ files['/opt/mixcloud-downloader/download.sh'] = {
directories['/opt/mixcloud-downloader'] = {
'owner': 'kunsi',
}
files['/opt/mixcloud-downloader/netrc'] = {
'content_type': 'mako',
'mode': '0400',
'owner': 'kunsi',
}