Update rangolio_installer.sh

This commit is contained in:
Barunes Padhy 2024-06-24 10:47:27 +03:00 committed by GitHub
parent 2db947763d
commit 1e71fbea32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ detect_package_manager() {
elif command_exists zypper; then
echo "Detected package manager: Zypper (openSUSE)"
sudo zypper refresh
sudo zypper install -y python3 python3-pip git npm curl xterm
sudo zypper install -y python3 python3-pip git npm curl xterm libgthread-2_0-0
elif command_exists pacman; then
echo "Detected package manager: Pacman (Arch)"
sudo pacman -Syu