updated unsupported OS message

This commit is contained in:
crp3844
2022-09-08 13:14:36 -04:00
parent 88268d4889
commit c0890fd57d

View File

@@ -26,7 +26,7 @@ elif os_detected == "Linux":
elif os_detected == "macOS":
bitwarden_cli_executable = os.path.join(script_directory, "lib", "Bitwarden CLI", "bw_macOS")
else:
print("Your OS is not supported. Only Windows and Linux are currently supported.")
print("Your OS is not supported. Only Windows, Linux, and macOS are supported. Those are the only three supported OSes for the Bitwarden CLI.")
print("Detected OS: {0}".format(os_detected))
sys.exit(1)