An open API service indexing awesome lists of open source software.

https://github.com/danihek/yt-local-service

yt-local systemd service setup script.
https://github.com/danihek/yt-local-service

shell youtube

Last synced: 2 months ago
JSON representation

yt-local systemd service setup script.

Awesome Lists containing this project

README

          

# YT-Local Systemd Service

It simple setup script to install this [yt-local](https://github.com/danihek/yt-local) as a systemd service on your own linux machine or server.

## Dependencies
- git
- python3
- python3-pip

## Installation
Prepare folder you want to install yt-local in and execute these commands:
```
git clone https://github.com/danihek/yt-local-service
cd yt-local-service
./setup.sh
```