We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849ce74 commit 54ee005Copy full SHA for 54ee005
resources/tools/xrdp.sh
@@ -17,7 +17,7 @@ if [ ! -f "/usr/sbin/xrdp" ]; then
17
echo "Installing XRDP. Please wait..."
18
cd ${RESOURCES_PATH}
19
apt-get update
20
- apt-get install -y --no-install-recommends xrdp
+ yes N | apt-get install -y --no-install-recommends xrdp
21
# use xfce
22
sudo sed -i.bak '/fi/a #xrdp multiple users configuration \n xfce-session \n' /etc/xrdp/startwm.sh
23
# generate /etc/xrdp/rsakeys.ini
0 commit comments