Remove superflous apt-get update from Debian example.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-08-16 17:56:10 +02:00
parent 561995dadb
commit 4559d024d4
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ only.
====
[source,zsh]
----
apt-get update
apt-get install g++-6 cmake pkg-config libpoco-dev libxdg-basedir-dev asciidoc dpkg
export CXX="g++-6"
----