File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ install() {
214214 GWARN " skipping integrity check"
215215 LOG " skipping integrity check for \" $DLCACHE /$name .tar.$ext \" "
216216 else
217- if ask " Do you want to retry [ deleteing the file and re-download it? ] " ; then
217+ if ask " Do you want to re-download ? " ; then
218218 rm " $DLCACHE /$name .tar.$ext "
219219 download " $name .tar.$ext " " $link "
220220
@@ -1047,8 +1047,8 @@ msg_download() {
10471047 grey_color=" \e[90m"
10481048 reset_color=" \e[0m"
10491049
1050- echo -e " Downloading $name filesystem ${grey_color} ($link )${reset_color} "
1051- echo -e " :[PATH]= ${grey_color}${path}${reset_color} "
1050+ echo -e " Downloading $name filesystem \n🌐 ${grey_color} ($link )${reset_color} "
1051+ # echo -e ":[PATH]= ${grey_color}${path}${reset_color}"
10521052}
10531053
10541054msg_extract () {
You can’t perform that action at this time.
0 commit comments