We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a032128 + 506c5d4 commit 60eeed0Copy full SHA for 60eeed0
NodeChrome/generate_config
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-CHROME_VERSION=$( sudo dpkg -s google-chrome-stable | grep Version | cut -d " " -f 2 | cut -d "-" -f 1 )
+CHROME_VERSION=$(/opt/google/chrome/chrome -version | awk '{ print $3 }')
4
5
cat <<_EOF
6
{
0 commit comments