Skip to content

Commit f0245d7

Browse files
authored
Merge pull request #1 from tmiland/v2.0
Update to V2.0.0
2 parents 8404191 + c11f1db commit f0245d7

File tree

3 files changed

+712
-218
lines changed

3 files changed

+712
-218
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ Automatic install script for Invidious
88
║ Maintained by @tmiland ║
99
╚═══════════════════════════════════════════════════════════════════╝
1010
```
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)
1313
![Bash](https://img.shields.io/badge/Language-SH-4EAA25.svg?style=for-the-badge)
1414

1515
## Script to install [Invidious](https://github.com/iv-org/invidious)
1616

1717
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
1819

1920
## Installation
2021

@@ -70,6 +71,14 @@ SWAP_OPTIONS=n \
7071

7172
- For Captcha key, add `CAPTCHA_KEY=YOUR_CAPTCHA_KEY \` to options.
7273
- 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)
7382

7483
***Note: you will be prompted to enter root password***
7584

0 commit comments

Comments
 (0)