Skip to content

Commit c37917c

Browse files
replace gum_spin with g_spin
1 parent ad72d1f commit c37917c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

udroid/src/udroid.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ install() {
162162
# cause it make better use of path
163163
if [[ -z $path ]]; then
164164
# echo "$link + $name"
165-
msg_download $name "$DEFAULT_FS_INSTALL_DIR/$name.tar.$ext" $link
165+
msg_download $name "$DLCACHE/$name.tar.$ext" $link
166166
download "$name.tar.$ext" "$link"
167167

168168
# Start Extracting
@@ -175,7 +175,7 @@ install() {
175175
msg_extract "$DEFAULT_FS_INSTALL_DIR/$name"
176176
p_extract --file "$DLCACHE/$name.tar.$ext" --path "$DEFAULT_FS_INSTALL_DIR/$name"
177177

178-
gum_spin minidot "Applying proot fixes" bash proot-utils/proot-fixes.sh "$DEFAULT_FS_INSTALL_DIR/$name"
178+
g_spin minidot "Applying proot fixes" bash proot-utils/proot-fixes.sh "$DEFAULT_FS_INSTALL_DIR/$name"
179179
else
180180
msg_download $name "$path/$name.tar.$ext" "$link"
181181
download "$name.tar.$ext" "$link" "$path"

0 commit comments

Comments
 (0)