sh_linux_installation_scripts/common/redhat/apps/freerdp.sh

6 lines
102 B
Bash
Raw Normal View History

2021-11-24 09:41:28 +01:00
#!/bin/bash
install_freerdp() {
echo "Installing freerdp"
sudo dnf-get install freerdp2-x11
}