We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4b819 commit 7d25e50Copy full SHA for 7d25e50
x2go-mate.sh
@@ -47,15 +47,10 @@ main() {
47
48
echo "${BLUE}Intalling MATE desktop and x2go server...${RESET}"
49
50
- apt-get install
51
-
52
53
- echo "${BLUE}Intalling x2go server...${RESET}"
54
55
- apt-get install ubuntu-mate-desktop x2goserver x2goserver-xsession x2gomatebindings
+ apt-get install -y ubuntu-mate-desktop x2goserver x2goserver-xsession x2gomatebindings
56
57
58
- echo "${GREEN}MATE desktop and x2go installed successfully!${RESET}"
+ echo "${GREEN}MATE desktop and x2go successfully installed!${RESET}"
59
}
60
61
main
0 commit comments