Skip to content

Commit 43031db

Browse files
Create x2go-mate.sh
1 parent 74dd947 commit 43031db

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

x2go-mate.sh

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)