Skip to content

Commit 33051c8

Browse files
authored
Merge pull request #50318 from adamralph/patch-1
add -y flag to xfce4 install cmd in Linux RDP doc
2 parents bb21a5f + b143546 commit 33051c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/use-remote-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Next, install xfce using `apt` as follows:
4545

4646
```bash
4747
sudo apt-get update
48-
sudo apt-get install xfce4
48+
sudo apt-get -y install xfce4
4949
```
5050

5151
## Install and configure a remote desktop server

0 commit comments

Comments
 (0)