Commit 2bf623b6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

runinhsh: add dbus by default

parent 144606ca
...@@ -35,6 +35,8 @@ case $PACKAGE in ...@@ -35,6 +35,8 @@ case $PACKAGE in
echo "Can't find package for '$COMMAND'" >&2 echo "Can't find package for '$COMMAND'" >&2
exit -1 exit -1
;; ;;
*)
PACKAGE="$PACKAGE dbus"
esac esac
share_network=1 loginhsh -Y -t -p $COMMAND -r $COMMAND $PLATFORM $PACKAGE share_network=1 loginhsh -Y -t -p $COMMAND -r $COMMAND $PLATFORM $PACKAGE
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment