adds basic checks
This commit is contained in:
@@ -65,6 +65,12 @@ def check_stats_commands() -> List[Tuple[bool, str]]:
|
|||||||
def check_scripts() -> Dict[str, List[Tuple[bool, str|None]]]:
|
def check_scripts() -> Dict[str, List[Tuple[bool, str|None]]]:
|
||||||
"""Run all checks for each script."""
|
"""Run all checks for each script."""
|
||||||
checks = {
|
checks = {
|
||||||
|
"check": [
|
||||||
|
check_command("python3"),
|
||||||
|
check_command("git"),
|
||||||
|
check_command("sudo"),
|
||||||
|
check_command("man"),
|
||||||
|
],
|
||||||
"e-ink": [
|
"e-ink": [
|
||||||
check_command("python3"),
|
check_command("python3"),
|
||||||
check_python_lib("PIL"),
|
check_python_lib("PIL"),
|
||||||
|
|||||||
Reference in New Issue
Block a user