Description
When running install.sh on Garuda Linux (Arch-based), the installer detects the OS correctly but still uses apt-get, which causes the installation to fail.
Steps to Reproduce
- Clone the repository
- Run
chmod +x install.sh
- Execute
./install.sh on Garuda Linux
Expected Behavior
The installer should use pacman for Arch-based distributions like Garuda Linux.
Actual Behavior
The script tries to run apt-get, resulting in the following error:
sudo: apt-get: command not found
Environment
- OS: Garuda Linux (Arch-based)
- Shell: bash
- Python: system default
Additional Context
Garuda Linux is Arch-based and uses pacman instead of apt-get.
I am willing to submit a Pull Request to fix this issue.
Description
When running
install.shon Garuda Linux (Arch-based), the installer detects the OS correctly but still usesapt-get, which causes the installation to fail.Steps to Reproduce
chmod +x install.sh./install.shon Garuda LinuxExpected Behavior
The installer should use
pacmanfor Arch-based distributions like Garuda Linux.Actual Behavior
The script tries to run
apt-get, resulting in the following error:Environment
Additional Context
Garuda Linux is Arch-based and uses
pacmaninstead ofapt-get.I am willing to submit a Pull Request to fix this issue.