Skip to content

Commit

Permalink
install: show current download url
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Dec 17, 2023
1 parent 47339ab commit 0b7fdb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proot-distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ command_install() {

if [ ! -f "${DOWNLOAD_CACHE_DIR}/${tarball_name}" ]; then
msg "${BLUE}[${GREEN}*${BLUE}] ${CYAN}Downloading rootfs tarball...${RST}"
msg "${BLUE}[${GREEN}*${BLUE}] ${CYAN}URL: ${TARBALL_URL["$DISTRO_ARCH"]}${RST}"

# Using temporary file as script can't distinguish the partially
# downloaded file from the complete. Useful in case if curl will
Expand Down

0 comments on commit 0b7fdb7

Please sign in to comment.