node.sh install.sh
minor bugfixs
This commit is contained in:
@@ -8,7 +8,7 @@ reset="\033[0m"
|
|||||||
KYMSU_PATH=`pwd`
|
KYMSU_PATH=`pwd`
|
||||||
|
|
||||||
# Make Kymsu accessible in PATH
|
# Make Kymsu accessible in PATH
|
||||||
echo -e "Installing ${bold}kymsu2${reset} in ${bold}/usr/local/bin${reset} ..."
|
echo -e "\nInstalling ${bold}kymsu2${reset} in ${bold}/usr/local/bin${reset} ..."
|
||||||
ln -fs "${KYMSU_PATH}"/kymsu2.sh /usr/local/bin/kymsu2
|
ln -fs "${KYMSU_PATH}"/kymsu2.sh /usr/local/bin/kymsu2
|
||||||
|
|
||||||
# Store Kymsu stuff in home directory
|
# Store Kymsu stuff in home directory
|
||||||
|
|||||||
@@ -239,11 +239,11 @@ echo ""
|
|||||||
###############
|
###############
|
||||||
|
|
||||||
if [ "$doctor" = true ]; then
|
if [ "$doctor" = true ]; then
|
||||||
echo "${underline}🌿 The Doc is checking that everything is ok.${reset}\n"
|
echo -e "${underline}🌿 The Doc is checking that everything is ok.${reset}\n"
|
||||||
npm doctor
|
npm doctor
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
echo "🔍 Verifying npm cache\n"
|
echo -e "🔍 Verifying npm cache\n"
|
||||||
npm cache verify
|
npm cache verify
|
||||||
echo ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user