From 3e97a5c2e0c37c9c9e51acc96fb2427d52e93961 Mon Sep 17 00:00:00 2001 From: Barunes Padhy <148685909+barunespadhy@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:13:25 +0300 Subject: [PATCH] Update rangolio_installer.sh --- rangolio_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rangolio_installer.sh b/rangolio_installer.sh index f6aa0c3..b60e799 100755 --- a/rangolio_installer.sh +++ b/rangolio_installer.sh @@ -10,7 +10,7 @@ detect_package_manager() { if command_exists apt-get; then echo "Detected package manager: APT (Debian, Ubuntu, etc.)" sudo apt-get update - sudo apt-get install -y python3 python3-pip python3-venv git npm curl xterm python libxcb-cursor-dev + sudo apt-get install -y python3 python3-pip python3-venv git npm curl xterm libxcb-cursor-dev libxcb-xinerama0-dev libxcb-xinerama0 elif command_exists dnf; then echo "Detected package manager: DNF (Fedora)" sudo dnf check-update