Update rangolio_installer.sh

This commit is contained in:
Barunes Padhy 2024-06-20 18:13:25 +03:00 committed by GitHub
parent 98a55629af
commit 3e97a5c2e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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