From 48bf17b68e71cb4fe4a01d0a9a72be50634a3535 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 19 Dec 2024 16:11:32 -0500 Subject: [PATCH] unrar-free --- bbot/core/helpers/depsinstaller/installer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bbot/core/helpers/depsinstaller/installer.py b/bbot/core/helpers/depsinstaller/installer.py index 3bc2e4553..48d2f970f 100644 --- a/bbot/core/helpers/depsinstaller/installer.py +++ b/bbot/core/helpers/depsinstaller/installer.py @@ -31,8 +31,9 @@ class DepsInstaller: "gcc": "gcc", "bash": "bash", "which": "which", - "unrar": "unrar", + "unrar": "unrar-free", "tar": "tar", + # debian why are you like this "7z": [ { "name": "Install 7zip (Debian)",