From 0da71c02d56cf152aa8ce94dfbe3711d04cde471 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:06:27 +0200 Subject: [PATCH] yes: update Dutch translation (#11055) --- pages.nl/common/yes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages.nl/common/yes.md b/pages.nl/common/yes.md index 09f9b8ace..1d234b7eb 100644 --- a/pages.nl/common/yes.md +++ b/pages.nl/common/yes.md @@ -1,6 +1,7 @@ # yes -> Print herhaaldelijk iets op het scherm. +> Iets herhaaldelijk uitvoeren. +> Deze opdracht wordt vaak gebruikt om ja te beantwoorden op elke prompt door installatieopdrachten (zoals apt-get). > Meer informatie: . - Print herhaaldelijk "bericht": @@ -10,3 +11,7 @@ - Print herhaaldelijk "y": `yes` + +- Accepteer alles wat wordt gevraagd door het commando `apt-get`: + +`yes | sudo apt-get install {{programma}}`