updated unsupported OS message
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user