Update rangolio_installer.sh

This commit is contained in:
Barunes Padhy 2024-06-19 16:23:45 +03:00 committed by GitHub
parent f4dcb6e7ec
commit 98a55629af
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 if command_exists apt-get; then
echo "Detected package manager: APT (Debian, Ubuntu, etc.)" echo "Detected package manager: APT (Debian, Ubuntu, etc.)"
sudo apt-get update sudo apt-get update
sudo apt-get install -y python3 python3-pip python3-venv git npm curl xterm python sudo apt-get install -y python3 python3-pip python3-venv git npm curl xterm python libxcb-cursor-dev
elif command_exists dnf; then elif command_exists dnf; then
echo "Detected package manager: DNF (Fedora)" echo "Detected package manager: DNF (Fedora)"
sudo dnf check-update sudo dnf check-update