diff --git a/install.sh b/install.sh index 2822fd4..9737651 100644 --- a/install.sh +++ b/install.sh @@ -87,7 +87,7 @@ opt_install () { echo "alias adb-toolkit='cd $PWD && sudo bash ADB-Toolkit.sh'" >> ~/.bash_aliases source ~/.bash_aliases echo -e "\n\e[1;92mINSTALLATION COMPLETED\n" - echo -e "\e[1;92mUSAGE = \e[1;91m'sudo ./ADB-Toolkit.sh' or you can do 'sudo adb-tookit' from anywhere in shell\e[0m\n\n" + echo -e "\e[1;92mUSAGE = \e[1;91m'sudo ./ADB-Toolkit.sh' or you can do 'sudo adb-toolkit' from anywhere in shell\e[0m\n\n" fi diff --git a/modules/opt16 b/modules/opt16 index 295c08d..c37fc5a 100644 --- a/modules/opt16 +++ b/modules/opt16 @@ -61,7 +61,7 @@ remote_shell () { dev_1_remo () { devvv=$(echo "$dev_1") - echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_1 \e[1;93mis connected to the same network in which ADB-Tookit is installed.\n" + echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_1 \e[1;93mis connected to the same network in which ADB-Toolkit is installed.\n" ip_finder adb -s $dev_1 tcpip 5555 > /dev/null 2>&1 connect_msg=$(adb -s $dev_1 connect $dev_ip) > /dev/null 2>&1 @@ -79,7 +79,7 @@ dev_1_remo () { dev_2_remo () { devvv=$(echo "$dev_2") - echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_2 \e[1;93mis connected to the same network in which ADB-Tookit is installed.\n" + echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_2 \e[1;93mis connected to the same network in which ADB-Toolkit is installed.\n" ip_finder adb -s $dev_2 tcpip 5555 > /dev/null 2>&1 connect_msg=$(adb -s $dev_2 connect $dev_ip) > /dev/null 2>&1 @@ -98,7 +98,7 @@ dev_2_remo () { dev_3_remo () { devvv=$(echo "$dev_3") - echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_3 \e[1;93mis connected to the same network in which ADB-Tookit is installed.\n" + echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_3 \e[1;93mis connected to the same network in which ADB-Toolkit is installed.\n" ip_finder adb -s $dev_3 tcpip 5555 > /dev/null 2>&1 connect_msg=$(adb -s $dev_3 connect $dev_ip) > /dev/null 2>&1