update back to correct filters

This commit is contained in:
David Siaw 2022-09-21 13:45:51 +00:00
parent dddcdc770a
commit 6e26be18eb
No known key found for this signature in database
GPG Key ID: 4CCBE2F7E983EA73
2 changed files with 2 additions and 4 deletions

View File

@ -1,9 +1,7 @@
#!/bin/sh
apk update
apk add build-base python git nodejs nodejs-npm mysql mysql-client curl gettext ffmpeg
apk add build-base python3 git npm mysql mysql-client curl gettext ffmpeg
npm install npm@latest -g
npm install
npm run build-server

View File

@ -19,7 +19,7 @@
"cookie-parser": "^1.4.5",
"create-error": "^0.3.1",
"csrf": "^3.1.0",
"cytubefilters": "git://github.com/davidsiaw/cytubefilters",
"cytubefilters": "github:calzoneman/cytubefilters#c67b2dab2dc5cc5ed11018819f71273d0f8a1bf5",
"express": "^4.17.1",
"express-minify": "^1.0.0",
"json-typecheck": "^0.1.3",