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