mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-25 16:53:36 +05:00
refactor: update dependency management
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -119,7 +119,7 @@ def install_client(client: BaseWebClient) -> None:
|
||||
)
|
||||
valid_port = is_valid_port(port, ports_in_use)
|
||||
|
||||
check_install_dependencies(["nginx"])
|
||||
check_install_dependencies(["nginx", "unzip"])
|
||||
|
||||
try:
|
||||
download_client(client)
|
||||
|
||||
Reference in New Issue
Block a user