We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74dd947 commit 43031dbCopy full SHA for 43031db
x2go-mate.sh
@@ -0,0 +1,9 @@
1
+#!/bin/sh
2
+
3
+apt update && \
4
+apt install ubuntu-mate-desktop && \
5
+apt-get install software-properties-common && \
6
+add-apt-repository ppa:x2go/stable && \
7
+apt-get update && \
8
+apt-get install x2goserver x2goserver-xsession && \
9
+apt-get install x2gomatebindings
0 commit comments