Skip to content
This repository was archived by the owner on Jun 29, 2019. It is now read-only.

Commit 4daa334

Browse files
committed
Add remote graphical desktop client setup
1 parent 769548a commit 4daa334

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Data-Science-Virtual-Machine/Linux/dsvm-more-info/dsvm-more-info

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ while true; do
3333
--menu "Get more info on data science tools pre-installed on this machine." "$WT_HEIGHT" "$WT_WIDTH" "$WT_MENU_HEIGHT" \
3434
--ok-button "More Info" \
3535
--cancel-button "Close" \
36+
"Setup graphical desktop" "Connect to the VM using X2Go graphical desktop client" \
3637
"Anaconda Python Distribution" "Enterprise ready Python distribution with several data analytics libraries" \
3738
"Azure Machine Learning Libraries" "Libraries to work with Azure Machine Learning in the cloud" \
3839
"Azure Tools" "Tools and libraries to work with Azure services" \
@@ -47,6 +48,9 @@ while true; do
4748
exit 1
4849
elif [ $RET -eq 0 ]; then
4950
case "$CHOICE" in
51+
Setup*)
52+
show_info "$CHOICE" "/usr/share/dsvm-more-info/x2gosetup"
53+
;;
5054
Anaconda*)
5155
show_info "$CHOICE" "/usr/share/dsvm-more-info/anaconda"
5256
;;

0 commit comments

Comments
 (0)