update linux to use system bw
This commit is contained in:
@@ -349,7 +349,7 @@ if __name__ == "__main__":
|
||||
gpg_executable = os.path.join(script_directory, "lib", "gpg", "bin", "gpg.exe")
|
||||
sdelete_executable = os.path.join(script_directory, "lib", "sdelete.exe")
|
||||
elif os_detected == "Linux":
|
||||
bitwarden_cli_executable = os.path.join(script_directory, "lib", "Bitwarden CLI", "bw_linux")
|
||||
bitwarden_cli_executable = "bw"
|
||||
gpg_executable = "gpg"
|
||||
#elif os_detected == "macOS":
|
||||
# bitwarden_cli_executable = os.path.join(script_directory, "lib", "Bitwarden CLI", "bw_macOS")
|
||||
|
||||
Reference in New Issue
Block a user