@@ -90,7 +90,7 @@ function _lauch_or_install()
9090 if ! __check_for_plugin; then
9191 echo -e " Plugin at ${HIPPO_SCRIPT_FILE} is missing ......"
9292 echo -e " May be this not a correct installation...."
93- echo -e " Try to notice us a \e[34m${SOCIAL_PLATFORM} \e[0m"
93+ echo -e " Try to notice us at \e[34m${SOCIAL_PLATFORM} \e[0m"
9494 exit 1
9595 else
9696 if ! __check_for_filesystem; then
@@ -102,35 +102,35 @@ function _lauch_or_install()
102102 clear
103103 echo -e " Now You can launch your ubuntu 21.04 with command \e[1;32mhippo\e[0m"
104104 # echo -e "use hippo --help for more option and comming up features"
105- else
106- echo -e " Launching" .....
107- proot-distro login hippo
108105 fi
106+ else
107+ echo -e " Launching" .....
108+ proot-distro login hippo
109109 fi
110110 fi
111111}
112112
113113if [ $# -eq 0 ]; then
114114 case " $1 " in
115115 upgrade) __upgrade;;
116+ startvnc)
117+ if __check_for_hippo; then
118+ proot-distro launch hippo -- startvnc
119+ else
120+ echo -e " This command is supposed to run after installing hippo"
121+ # echo -e "Use \e[1;32mhippo --install\e[0m install"
122+ echo -e " \e[32mError:\e[0m Hippo not found"
123+ fi
124+ ;;
125+ stoptvnc)
126+ if __check_for_hippo; then
127+ proot-distro launch hippo -- stoptvnc
128+ else
129+ echo -e " This command is supposed to run after installing hippo"
130+ # echo -e "Use \e[1;32mhippo --install\e[0m install"
131+ echo -e " \e[32mError:\e[0m Hippo not found"
132+ fi
133+ ;;
116134 * ) _lauch_or_install;;
117- # startvnc)
118- # if __check_for_hippo; then
119- # proot-distro launch hippo -- startvnc
120- # else
121- # echo -e "This command is supposed to run after installing hippo"
122- # # echo -e "Use \e[1;32mhippo --install\e[0m install"
123- # echo -e "\e[32mError:\e[0m Hippo not found"
124- # fi
125- # ;;
126- # stoptvnc)
127- # if __check_for_hippo; then
128- # proot-distro launch hippo -- stoptvnc
129- # else
130- # echo -e "This command is supposed to run after installing hippo"
131- # # echo -e "Use \e[1;32mhippo --install\e[0m install"
132- # echo -e "\e[32mError:\e[0m Hippo not found"
133- # fi
134- # ;;
135135 esac
136136fi
0 commit comments