-
Notifications
You must be signed in to change notification settings - Fork 0
/
verify-and-run.sh-how.it.works
30 lines (30 loc) · 1.13 KB
/
verify-and-run.sh-how.it.works
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
verify-and-run.sh
|
|--> Check if wget is installed
| |
| |--> Yes - continue
| |--> No - automatically install wget and continue
|
|--> Check & Verify & Run smart.sh script
|
|-|--> If the hash of script.sh is the same as defined in script verify-and-run.sh
|-|--> If the hashes on diskcheck.monster and github.com sites are the same as defined in script verify-and-run.sh
| |
| |--> Verification of script was successful
| |
| |--> Check if script smart.sh exists
| |
| |--> Yes
| | |
| | |--> Now will run script smart.sh (sh smart.sh)
| |
| |--> No
| |
| |--> Error: script smart.sh missing.
| Please download manually smart.sh script (file must be named as smart.sh) - https://diskcheck.monster/smart.sh
|
|
|--> Verification of script failed
|
| --> Error: Verification of script failed - update your script.
Please download manually smart.sh script - https://diskcheck.monster/smart.sh