Update rangolio_installer.sh
This commit is contained in:
parent
98a55629af
commit
3e97a5c2e0
@ -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 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
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user