Added freerdp app

This commit is contained in:
2021-11-24 09:28:28 +01:00
parent 3b2bb3b525
commit 0fef597c8e
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
install_freerdp() {
echo "Installing freerdp"
sudo apt-get install freerdp2-x11
}