Skip to content

Commit a1b1ec9

Browse files
author
Yutaro-B18016
committed
added requirement for dependancies for Ubuntu Base
1 parent d32bd49 commit a1b1ec9

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

kali/2019.x/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
###############################################################################
2222
# Install XRDP
2323
#
24-
apt install -y xrdp
24+
apt install -y xrdp xserver-xorg-core xorgxrdp
2525

2626
###############################################################################
2727
# Configure XRDP

kali/2020.x/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
###############################################################################
2222
# Install XRDP
2323
#
24-
apt install -y xrdp
24+
apt install -y xrdp xserver-xorg-core xorgxrdp
2525

2626
###############################################################################
2727
# Configure XRDP

kubuntu/18.04/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ apt install -y linux-tools-virtual${HWE}
3939
apt install -y linux-cloud-tools-virtual${HWE}
4040

4141
# Install the xrdp service so we have the auto start behavior
42-
apt install -y xrdp
42+
apt install -y xrdp xserver-xorg-core xorgxrdp
4343

4444
systemctl stop xrdp
4545
systemctl stop xrdp-sesman

kubuntu/20.04/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ apt install -y linux-tools-virtual${HWE}
3939
apt install -y linux-cloud-tools-virtual${HWE}
4040

4141
# Install the xrdp service so we have the auto start behavior
42-
apt install -y xrdp
42+
apt install -y xrdp xserver-xorg-core xorgxrdp
4343

4444
systemctl stop xrdp
4545
systemctl stop xrdp-sesman

linuxmint/20/cinnamon/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ apt install -y linux-tools-virtual${HWE}
3737
apt install -y linux-cloud-tools-virtual${HWE}
3838

3939
# Install the xrdp service so we have the auto start behavior
40-
apt install -y xrdp
40+
apt install -y xrdp xserver-xorg-core xorgxrdp
4141

4242
systemctl stop xrdp
4343
systemctl stop xrdp-sesman

ubuntu/19.04/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ apt install -y linux-tools-virtual
3333
apt install -y linux-cloud-tools-virtual
3434

3535
# Install the xrdp service so we have the auto start behavior
36-
apt install -y xrdp
36+
apt install -y xrdp xserver-xorg-core xorgxrdp
3737

3838
systemctl stop xrdp
3939
systemctl stop xrdp-sesman

ubuntu/20.04/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ apt install -y linux-tools-virtual${HWE}
3939
apt install -y linux-cloud-tools-virtual${HWE}
4040

4141
# Install the xrdp service so we have the auto start behavior
42-
apt install -y xrdp
42+
apt install -y xrdp xserver-xorg-core xorgxrdp
4343

4444
systemctl stop xrdp
4545
systemctl stop xrdp-sesman

0 commit comments

Comments
 (0)