Skip to content

Commit e28eceb

Browse files
feat: attempt to show less clutter
1 parent b324b07 commit e28eceb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

udroid/src/udroid.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

10541054
msg_extract() {

0 commit comments

Comments
 (0)