Skip to content

Commit 7d25e50

Browse files
skip prompts
1 parent 7f4b819 commit 7d25e50

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

x2go-mate.sh

+2-7
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,10 @@ main() {
4747

4848
echo "${BLUE}Intalling MATE desktop and x2go server...${RESET}"
4949

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
50+
apt-get install -y ubuntu-mate-desktop x2goserver x2goserver-xsession x2gomatebindings
5651

5752

58-
echo "${GREEN}MATE desktop and x2go installed successfully!${RESET}"
53+
echo "${GREEN}MATE desktop and x2go successfully installed!${RESET}"
5954
}
6055

6156
main

0 commit comments

Comments
 (0)