Skip to content

Type-o on installation page #671

@mint1goose

Description

@mint1goose

https://docs.invidious.io/installation/#set-up-invidious
Manual installation > Linux > Set up Invidious companion
sudo wget https://github.com/iv-org/invidious-companion/raw/refs/heads/master/invidious-companion.service -O /etc/systemd/systemd/invidious-companion.service
on the second directory, /etc/systemd/systemd is incorrect and should be /etc/systemd/system
final result
sudo wget https://github.com/iv-org/invidious-companion/raw/refs/heads/master/invidious-companion.service -O /etc/systemd/system/invidious-companion.service

EDIT: also i think directly under this line, sudo systemctl enable --now invidious.service should be sudo systemctl enable --now invidious-companion.service

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions