Skip to content

Commit

Permalink
Remove Logo in non verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Aug 12, 2019
1 parent 8e363aa commit a4979f9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,11 @@ wasmer_install() {
magenta3=""

if which wasmer >/dev/null; then
printf "${reset}Updating wasmer$reset\n"
printf "${reset}Updating Wasmer and WAPM$reset\n"
else
printf "${reset}Installing Wasmer!$reset\n"
printf "
printf "${reset}Installing Wasmer and WAPM!$reset\n"
if [ "$WASMER_INSTALL_LOG" == "$WASMER_VERBOSE" ]; then
printf "
${magenta1} ww
${magenta1} wwwww
${magenta1} ww wwwwww w
Expand All @@ -274,7 +275,9 @@ ${magenta1} wwwwwwww
${magenta1} wwww
${reset}
"
fi
fi

# if [ -d "$INSTALL_DIRECTORY" ]; then
# if which wasmer; then
# local latest_url
Expand Down

0 comments on commit a4979f9

Please sign in to comment.