Skip to content

Commit

Permalink
Improving launcher log
Browse files Browse the repository at this point in the history
  • Loading branch information
theypsilon authored Mar 5, 2024
1 parent af7d941 commit c59ed9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions downloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ download_file() {
exit 1
}

echo -n "Running MiSTer Downloader"
echo "Running MiSTer Downloader" ; echo

rm ${SCRIPT_PATH} 2> /dev/null || true

Expand All @@ -141,11 +141,11 @@ if [ -s "${LATEST_SCRIPT_PATH}" ] ; then
download_file "/dev/null" "https://raw.githubusercontent.com/MiSTer-devel/Downloader_MiSTer/main/downloader.sh"
fi
else
echo "Fetching latest Downloader build..."
download_file "${SCRIPT_PATH}" "https://raw.githubusercontent.com/MiSTer-devel/Downloader_MiSTer/main/dont_download.sh"
echo -n "!"
echo
fi

echo ; echo
export DOWNLOADER_LAUNCHER_PATH="${BASH_SOURCE[0]}"

chmod +x "${SCRIPT_PATH}"
Expand Down

0 comments on commit c59ed9b

Please sign in to comment.