node.sh install.sh

minor bugfixs
This commit is contained in:
2021-01-09 14:13:24 +01:00
parent a5c0c2b011
commit 9d8b924a30
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ reset="\033[0m"
KYMSU_PATH=`pwd`
# 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
# Store Kymsu stuff in home directory

View File

@@ -239,11 +239,11 @@ echo ""
###############
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
echo ""
echo "🔍 Verifying npm cache\n"
echo -e "🔍 Verifying npm cache\n"
npm cache verify
echo ""
fi