Use make for the manual update of invidious

closes #400
This commit is contained in:
Émilien Devos (perso) 2023-05-26 20:14:09 +00:00 committed by GitHub
parent 93b86dedba
commit cb011b7a78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -263,8 +263,7 @@ docker image prune -f
su - invidious
cd invidious
git pull
shards install --production
crystal build src/invidious.cr --release
make
exit
systemctl restart invidious.service
```