diff --git a/pages/common/yes.md b/pages/common/yes.md index aaee27a18..e10db3887 100644 --- a/pages/common/yes.md +++ b/pages/common/yes.md @@ -15,3 +15,7 @@ - Accept everything prompted by the `apt-get` command: `yes | sudo apt-get install {{program}}` + +- Repeatedly output a newline to always accept the default option of a prompt: + +`yes ''`