We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d8d3b commit ef6953bCopy full SHA for ef6953b
docs/linux/installer.sh
@@ -486,8 +486,6 @@ downloadAndInstall(){
486
# Set options based on wget version
487
WGET_OPTS=$(configure_wget_options)
488
489
- # Download the code tarball
490
- echo -e "Downloading the code tarball..."
491
wget $WGET_OPTS "$TMP_DIR/phoenix-code.tar.gz" "$BEST_MATCH_URL" 2>/dev/null || {
492
echo -e "${RED}Failed to download the binary. Please check your internet connection and try again.${RESET}"
493
exit 1
0 commit comments