joecupano/SIGpi

Installer OS reconation fault.

Sjaak066 opened this issue · 2 comments

When trying to install on a ubuntu system I'm getting a fault on line 92 in the installer file (SIGpi_installer.sh)
There ar 2 box brackets to much:

if [ "$SIGPI_OSNAME" = "Debian GNU/Linux 11 (bullseye)" ]; then
SIGPI_CERTIFIED="true"
fi

if [[ "$SIGPI_OSNAME" = Ubuntu 22.04 ]]; then
SIGPI_CERTIFIED="true"
fi

Removed them and the installer works

Cheers ! Will look to have the repo updated this week

Just fixes in main. Thank you