removed the FreeBSD test case support

This commit is contained in:
crp3844
2022-09-08 09:22:36 -04:00
parent 5032946e14
commit 7be43da4c0

View File

@@ -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)