@@ -8,13 +8,14 @@ Automatic install script for Invidious
8
8
║ Maintained by @tmiland ║
9
9
╚═══════════════════════════════════════════════════════════════════╝
10
10
```
11
- [ ![ GitHub release] ( https://img.shields.io/github/release/tmiland/Invidious-Updater .svg?style=for-the-badge )] ( https://github.com/tmiland/Invidious-Updater /releases )
12
- [ ![ licence] ( https://img.shields.io/github/license/tmiland/Invidious-Updater .svg?style=for-the-badge )] ( https://github.com/tmiland/Invidious-Updater /blob/master/LICENSE )
11
+ [ ![ GitHub release] ( https://img.shields.io/github/release/tmiland/invidious-installer .svg?style=for-the-badge )] ( https://github.com/tmiland/invidious-installer /releases )
12
+ [ ![ licence] ( https://img.shields.io/github/license/tmiland/invidious-installer .svg?style=for-the-badge )] ( https://github.com/tmiland/invidious-installer /blob/master/LICENSE )
13
13
![ Bash] ( https://img.shields.io/badge/Language-SH-4EAA25.svg?style=for-the-badge )
14
14
15
15
## Script to install [ Invidious] ( https://github.com/iv-org/invidious )
16
16
17
17
This script is just the install option in [ Invidious-Updater] ( https://github.com/tmiland/Invidious-Updater )
18
+ - Version 2.0.0 is completely re-written and might be sourced in the future
18
19
19
20
## Installation
20
21
@@ -70,6 +71,14 @@ SWAP_OPTIONS=n \
70
71
71
72
- For Captcha key, add ` CAPTCHA_KEY=YOUR_CAPTCHA_KEY \ ` to options.
72
73
- PostgreSQL password will be auto-generated.
74
+ - For verbose output, use [ -v ] argument
75
+ - installation log in invidious_installer.log
76
+ - [ ./src/slib.sh] ( https://github.com/tmiland/invidious-installer/blob/main/src/slib.sh ) function script is sourced remotely if not found locally
77
+ - This script is a combination of functions for spinners, colors and logging
78
+ - Source: Spinner: [ swelljoe/spinner] ( https://github.com/swelljoe/spinner )
79
+ - Source: Run ok: [ swelljoe/run_ok] ( https://github.com/swelljoe/run_ok )
80
+ - Source: Slog: [ swelljoe/slog] ( https://github.com/swelljoe/slog )
81
+ - Source: Slib: [ virtualmin/slib] ( https://github.com/virtualmin/slib )
73
82
74
83
*** Note: you will be prompted to enter root password***
75
84
0 commit comments