From 1e768ce8b2a4316532896bbd8068aa84b0729829 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 26 Jun 2017 10:28:10 +0200 Subject: [PATCH] =?utf8?q?installation=5Fcheck:=20apt-get=20install=20zu?= =?utf8?q?=20apt=20install=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- scripts/installation_check.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installation_check.pl b/scripts/installation_check.pl index df2ac3fac..47be40d64 100755 --- a/scripts/installation_check.pl +++ b/scripts/installation_check.pl @@ -58,7 +58,7 @@ GetOptions( ); my %install_methods = ( - apt => { key => 'debian', install => 'sudo apt-get install', system => "Debian, Ubuntu" }, + apt => { key => 'debian', install => 'sudo apt install', system => "Debian, Ubuntu" }, yum => { key => 'fedora', install => 'sudo yum install', system => "RHEL, Fedora, CentOS" }, zypper => { key => 'suse', install => 'sudo zypper install', system => "SLES, openSUSE" }, cpan => { key => 'name', install => "sudo cpan", system => "CPAN" }, -- 2.20.1