xfce4.sh · master · Kali Linux / Build-Scripts / kali-wsl-chroot · GitLab

PHOTO EMBED

Sun Oct 24 2021 04:54:23 GMT+0000 (Coordinated Universal Time)

Saved by @gallinio

#!/bin/bash
echo "[+] Installing XFCE4, this will take a while"
apt-get update
apt-get dist-upgrade -y --force-yes
apt-get --yes --force-yes install kali-desktop-xfce xorg xrdp
echo "[+] Configuring XRDP to listen to port 3390 (but not starting the service)..."
sed -i 's/port=3389/port=3390/g' /etc/xrdp/xrdp.ini
content_copyCOPY

https://gitlab.com/kalilinux/build-scripts/kali-wsl-chroot/-/blob/master/xfce4.sh