Skip to content

Commit ef6953b

Browse files
committed
chore: code clean up
1 parent 69d8d3b commit ef6953b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/linux/installer.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,6 @@ downloadAndInstall(){
486486
# Set options based on wget version
487487
WGET_OPTS=$(configure_wget_options)
488488

489-
# Download the code tarball
490-
echo -e "Downloading the code tarball..."
491489
wget $WGET_OPTS "$TMP_DIR/phoenix-code.tar.gz" "$BEST_MATCH_URL" 2>/dev/null || {
492490
echo -e "${RED}Failed to download the binary. Please check your internet connection and try again.${RESET}"
493491
exit 1

0 commit comments

Comments
 (0)