Skip to content

Instantly share code, notes, and snippets.

@serverok
Created April 8, 2024 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save serverok/542febb8ff960d3cbb66807e80ff200f to your computer and use it in GitHub Desktop.
Save serverok/542febb8ff960d3cbb66807e80ff200f to your computer and use it in GitHub Desktop.
install nomachine on ubuntu
#!/bin/bash
sudo apt update
sudo apt install xfce4 -y
wget https://download.nomachine.com/download/8.11/Linux/nomachine_8.11.3_4_amd64.deb
sudo dpkg -i nomachine_8.11.3_4_amd64.deb
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt update
sudo apt install google-chrome-stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment