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.
1 parent efe8408 commit bcd581bCopy full SHA for bcd581b
NodeChrome/wrap_chrome_binary
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-WRAPPER_PATH=$(readlink -f /usr/bin/microsoft-edge)
+WRAPPER_PATH=$(readlink -f /usr/bin/google-chrome)
4
BASE_PATH="$WRAPPER_PATH-base"
5
mv "$WRAPPER_PATH" "$BASE_PATH"
6
0 commit comments