removed the FreeBSD test case support
This commit is contained in:
@@ -25,8 +25,6 @@ if os_detected == "Windows":
|
|||||||
bitwarden_cli_executable = os.path.join(script_directory, "lib", "bw.exe")
|
bitwarden_cli_executable = os.path.join(script_directory, "lib", "bw.exe")
|
||||||
elif os_detected == "Linux":
|
elif os_detected == "Linux":
|
||||||
bitwarden_cli_executable = os.path.join(script_directory, "lib", "bw")
|
bitwarden_cli_executable = os.path.join(script_directory, "lib", "bw")
|
||||||
elif os_detected == "FreeBSD":
|
|
||||||
bitwarden_cli_executable = os.path.join(script_directory, "lib", "bw")
|
|
||||||
else:
|
else:
|
||||||
print("Your OS is not supported. Only Windows and Linux are currently supported.\nDetected OS: {0}".format(os_detected))
|
print("Your OS is not supported. Only Windows and Linux are currently supported.\nDetected OS: {0}".format(os_detected))
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user