File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments