From d049799221b8005d2d60205ff9fe05b998bbce73 Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Tue, 28 Jan 2025 10:56:43 +0300 Subject: [PATCH] add msvsphere support --- base/password.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/password.py b/base/password.py index 35caa4d..4ab2fd2 100644 --- a/base/password.py +++ b/base/password.py @@ -60,6 +60,8 @@ def get_distro_std_name(os_name): os_name = 'manjarolinux' elif "fedora" in os_name: os_name = 'fedora' + elif "msvsphere" in os_name: + os_name = 'msvsphere' return os_name -- 2.43.5