#!/bin/bash sudo su cat << EOF > /etc/apt/sources.list.d/freenx-team.list deb http://ppa.launchpad.net/freenx-team/ubuntu intrepid main deb-src http://ppa.launchpad.net/freenx-team/ubuntu intrepid main EOF apt-get install nxclient # old # wget http://64.34.161.181/download/3.2.0/Linux/nxclient_3.2.0-9_i386.deb -P /tmp dpkg -i /tmp/nxclient_*.deb rm /tmp/nxclient_*.deb chmod 755 /usr/lib/cups/backend/ipp # LINK # http://www.nomachine.com/download-client-linux.php