Get rid of DBus setup in setup.sh.

See previous commits for detailed information.
pull/5/head
Icedream 2015-11-01 16:54:41 +01:00
parent 06b662c12b
commit e459d1cdc2
1 changed files with 0 additions and 5 deletions

View File

@ -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