OpenVoiceOS / ovos-installer

Open Voice OS and/or HiveMind installer using Ansible with an intuitive and easy Text-based User Interface
https://www.openvoiceos.org
79 stars 21 forks source link

[fail] git command not found... #191

Closed goldyfruit closed 2 weeks ago

goldyfruit commented 2 weeks ago
pi@rpi4b01:~ $ sudo sh -c "$(curl -fsSL https://raw.githubusercontent.com/OpenVoiceOS/ovos-installer/main/installer.sh)"
-e 
[fail] git command not found...
-e        Please install git package before running the installer.

/usr/bin/git
goldyfruit commented 2 weeks ago

The issue is related to dash (sh) vs bash, the solution is to make the installer.sh script fully POSIX compliant.