We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97236f9 commit 497b43cCopy full SHA for 497b43c
udroid/src/udroid.sh
@@ -162,7 +162,7 @@ install() {
162
# cause it make better use of path
163
if [[ -z $path ]]; then
164
# echo "$link + $name"
165
- msg_download $name $link "$DEFAULT_FS_INSTALL_DIR/$name"
+ msg_download $name "$DEFAULT_FS_INSTALL_DIR/$name.tar.$ext" $link
166
download "$name.tar.$ext" "$link"
167
168
# Start Extracting
@@ -177,7 +177,7 @@ install() {
177
178
gum_spin minidot "Applying proot fixes" bash proot-utils/proot-fixes.sh "$DEFAULT_FS_INSTALL_DIR/$name"
179
else
180
- msg_download $name $link "$path/$name"
+ msg_download $name "$path/$name.tar.$ext" "$link"
181
download "$name.tar.$ext" "$link" "$path"
182
183
[[ -d $path ]] && {
0 commit comments