refactor: use global deps list to check for generally required dependencies

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2024-07-07 22:02:21 +02:00
parent 6bf55b5f69
commit 1384f7328a
6 changed files with 17 additions and 11 deletions

View File

@@ -70,8 +70,7 @@ def install_mobileraker() -> None:
):
return
package_list = ["git", "wget", "curl", "unzip", "dfu-util"]
check_install_dependencies(package_list)
check_install_dependencies()
git_clone_wrapper(MOBILERAKER_REPO, MOBILERAKER_DIR)