invidious-updater

Automatic install and update script for Invidious

View on GitHub

Download and execute the script

Note: you will be prompted to enter root password

If root password is not set, type:

sudo passwd root

Log in as root

su root

To install this script:

Repository

 sudo curl -SsL -o /etc/apt/sources.list.d/tmiland.list https://deb.tmiland.com/debian/tmiland.list && \
 curl -SsL https://deb.tmiland.com/debian/KEY.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/tmiland-archive-keyring.gpg >/dev/null && \
 sudo apt update && \
 sudo apt install invidious-updater

#### Update Invidious via Cron

Select option 2 once to manually set GitHub Credentials


/path/to/script/invidious_update.sh -c

Add job to cron:

crontab -e
@daily bash /path/to/script/invidious_update.sh -c > /dev/null 2>&1 # Automated Invidious Update