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 bcdf840 commit 03ae1ebCopy full SHA for 03ae1eb
udroid/src/udroid.sh
@@ -77,6 +77,7 @@ fetch_distro_data() {
77
if [[ -f $_path ]]; then
78
# if not in offline mode, fetch the data from the internet
79
if ! $offline_mode; then
80
+ mv $_path $_path.old
81
g_spin dot "Fetching distro data.." curl -L -s -o $_path $URL || {
82
ELOG "[${0}] failed to fetch distro data"
83
mv $_path.old $_path
@@ -772,7 +773,6 @@ parser() {
772
773
else
774
mkdir $RTCACHE 2> /dev/null
775
fetch_distro_data $mode
- distro_data=${RTCACHE}/distro-data.json.cache
776
fi
777
778
############### START OF OPTION PARSER ##############
0 commit comments