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")
|
||||
elif os_detected == "Linux":
|
||||
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:
|
||||
print("Your OS is not supported. Only Windows and Linux are currently supported.\nDetected OS: {0}".format(os_detected))
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user