Skip to content

Commit 54ee005

Browse files
committed
Fix xrdp script
1 parent 849ce74 commit 54ee005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/tools/xrdp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ ! -f "/usr/sbin/xrdp" ]; then
1717
echo "Installing XRDP. Please wait..."
1818
cd ${RESOURCES_PATH}
1919
apt-get update
20-
apt-get install -y --no-install-recommends xrdp
20+
yes N | apt-get install -y --no-install-recommends xrdp
2121
# use xfce
2222
sudo sed -i.bak '/fi/a #xrdp multiple users configuration \n xfce-session \n' /etc/xrdp/startwm.sh
2323
# generate /etc/xrdp/rsakeys.ini

0 commit comments

Comments
 (0)