From b55b958dfc567c933305f34925a472fd22ecc16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 29 Mar 2017 14:01:19 +0200 Subject: [PATCH] README.dev: remove '-y' from apt-get --- README.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.dev b/README.dev index abaa637..4074097 100644 --- a/README.dev +++ b/README.dev @@ -20,7 +20,7 @@ You should now have a working Proxmox VE installation. = Install build prerequisites for development environment = -apt-get -y install build-essential git-core git-email debhelper \ +apt-get install build-essential git-core git-email debhelper \ autotools-dev autogen dh-autoreconf dkms doxygen check pkg-config \ groff quilt dpatch automake autoconf libtool lintian libdevel-cycle-perl \ libjson-perl libcommon-sense-perl liblinux-inotify2-perl libio-stringy-perl \