Update rangolio_installer.sh

This commit is contained in:
Barunes Padhy 2024-06-21 22:44:33 +03:00 committed by GitHub
parent 3e97a5c2e0
commit 9171343e61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ detect_package_manager() {
elif command_exists dnf; then
echo "Detected package manager: DNF (Fedora)"
sudo dnf check-update
sudo dnf install -y python3 python3-pip python3-venv git npm curl xterm
sudo dnf install -y python3 python3-pip git npm curl xterm
elif command_exists zypper; then
echo "Detected package manager: Zypper (openSUSE)"
sudo zypper refresh