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.
- Host: GitHub
- URL: https://github.com/danihek/yt-local-service
- Owner: danihek
- Created: 2024-07-28T16:34:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T22:15:24.000Z (almost 2 years ago)
- Last Synced: 2025-06-23T17:13:54.188Z (about 1 year ago)
- Topics: shell, youtube
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```