mirror of https://github.com/icedream/ts3bot.git
Get rid of DBus setup in setup.sh.
See previous commits for detailed information.pull/5/head
parent
06b662c12b
commit
e459d1cdc2
5
setup.sh
5
setup.sh
|
@ -16,11 +16,6 @@ apt-get install -y --no-install-recommends \
|
||||||
python python-minimal python-pkg-resources \
|
python python-minimal python-pkg-resources \
|
||||||
vlc-nox '^libvlc[0-9]+$' libvlc-dev vlc-plugin-pulse
|
vlc-nox '^libvlc[0-9]+$' libvlc-dev vlc-plugin-pulse
|
||||||
|
|
||||||
# DBus initialization
|
|
||||||
mkdir -p /var/run/dbus
|
|
||||||
chown messagebus:messagebus /var/run/dbus
|
|
||||||
dbus-uuidgen --ensure
|
|
||||||
|
|
||||||
# Configure GUI user, we are going to use the pre-setup "app" user for this
|
# Configure GUI user, we are going to use the pre-setup "app" user for this
|
||||||
mkdir -p /config
|
mkdir -p /config
|
||||||
ln -sf /config ~app/.ts3bot
|
ln -sf /config ~app/.ts3bot
|
||||||
|
|
Loading…
Reference in New Issue