Created
April 8, 2024 16:33
-
-
Save serverok/542febb8ff960d3cbb66807e80ff200f to your computer and use it in GitHub Desktop.
install nomachine on ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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