summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/MetaPackager/apt.pm
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSSetup/MetaPackager/apt.pm')
-rw-r--r--installer/OpenSLX/OSSetup/MetaPackager/apt.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSSetup/MetaPackager/apt.pm b/installer/OpenSLX/OSSetup/MetaPackager/apt.pm
index 2fee5f7e..ba9c6722 100644
--- a/installer/OpenSLX/OSSetup/MetaPackager/apt.pm
+++ b/installer/OpenSLX/OSSetup/MetaPackager/apt.pm
@@ -92,7 +92,7 @@ sub installSelection
my $self = shift;
my $pkgSelection = shift;
- if (slxsystem("apt-get update")) {
+ if (slxsystem("apt-get -y update")) {
die _tr("unable to update repository info (%s)\n", $!);
}
if (slxsystem("apt-get -y install $pkgSelection")) {