#!/bin/bash install_freerdp() { echo "Installing freerdp" sudo apt-get install freerdp2-x11 }