We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9fd2cc commit d3608d0Copy full SHA for d3608d0
SIGpi_installer.sh
@@ -89,7 +89,7 @@ if [ "$SIGPI_OSNAME" = "Debian GNU/Linux 11 (bullseye)" ]; then
89
SIGPI_CERTIFIED="true"
90
fi
91
92
-if [ "$SIGPI_OSNAME" =~ "Ubuntu 22.04" ]; then
+if [[ "$SIGPI_OSNAME" = *Ubuntu 22.04* ]]; then
93
94
95
0 commit comments