mirror of https://github.com/icedream/ts3bot.git
Removed command to empty /etc/apt/sources.list.d.
Emptying the sources.list.d folder is no longer necessary.pull/5/head
parent
12b4c02492
commit
06b662c12b
3
setup.sh
3
setup.sh
|
@ -6,9 +6,6 @@ set -ex
|
||||||
export INITRD=no
|
export INITRD=no
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# Set up APT sources
|
|
||||||
rm /etc/apt/sources.list.d/*
|
|
||||||
|
|
||||||
# Now install all packages we need
|
# Now install all packages we need
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
|
|
Loading…
Reference in New Issue