Skip to content

Commit d3608d0

Browse files
committed
OS Detection update
1 parent e9fd2cc commit d3608d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SIGpi_installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if [ "$SIGPI_OSNAME" = "Debian GNU/Linux 11 (bullseye)" ]; then
8989
SIGPI_CERTIFIED="true"
9090
fi
9191

92-
if [ "$SIGPI_OSNAME" =~ "Ubuntu 22.04" ]; then
92+
if [[ "$SIGPI_OSNAME" = *Ubuntu 22.04* ]]; then
9393
SIGPI_CERTIFIED="true"
9494
fi
9595

0 commit comments

Comments
 (0)