We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f077b0 commit 1ab9bfbCopy full SHA for 1ab9bfb
install-dev-dependencies.sh
@@ -45,7 +45,7 @@ elif type dnf >/dev/null ; then
45
$SUDO_SHIM chmod 755 /usr/bin/chromedriver
46
fi
47
if [ ! -f /var/lib/dbus/machine-id ]; then
48
- dbus-uuidgen > /var/lib/dbus/machine-id
+ $SUDO_SHIM sh -c 'dbus-uuidgen > /var/lib/dbus/machine-id'
49
50
export PYCURL_SSL_LIBRARY=nss
51
0 commit comments