mirror of https://github.com/icedream/ts3bot.git
If we remove NodeJS' script we need to run apt-get update ourselves.
parent
408dc778b0
commit
14623b59cc
1
setup.sh
1
setup.sh
|
@ -14,6 +14,7 @@ rm /etc/apt/sources.list.d/*
|
||||||
add-apt-repository ppa:mc3man/trusty-media -y
|
add-apt-repository ppa:mc3man/trusty-media -y
|
||||||
|
|
||||||
# Now install all packages we need
|
# Now install all packages we need
|
||||||
|
apt-get update
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
wget ca-certificates \
|
wget ca-certificates \
|
||||||
blackbox xvfb xdotool \
|
blackbox xvfb xdotool \
|
||||||
|
|
Loading…
Reference in New Issue