File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ onlineVersion=$(_curl https://raw.githubusercontent.com/VR-25/$id/${commit}/modu
94
94
95
95
[ -f $PWD /${0##*/ } ] || cd $( readlink -f ${0%/* } )
96
96
[ -z " ${reference-} " ] || cd /dev/.$domain /$id
97
- rm -rf " ./${id} -${commit} /" 2> /dev/null || :
97
+ rm -rf " ./${id} -* /" 2> /dev/null || :
98
98
99
99
100
100
if [ ${installedVersion:- 0} -lt ${onlineVersion:- 0} ] \
123
123
trap - EXIT
124
124
echo
125
125
_curl $tarball | tar -xz \
126
- && ash ${id} -${commit} /install.sh
126
+ && ash ${id} -* /install.sh
127
127
128
128
else
129
129
echo
133
133
134
134
135
135
set -eu
136
- rm -rf " ./${id} -${commit} /" 2> /dev/null
136
+ rm -rf " ./${id} -* /" 2> /dev/null
137
137
exit 0
Original file line number Diff line number Diff line change @@ -676,10 +676,10 @@ case "${1-}" in
676
676
if [ " .${1-} " != .wget ] && i=$( which curl) && [ " .$( head -n 1 ${i:-// } 2> /dev/null || :) " != " .#!/system/bin/sh" ]; then
677
677
curl --help | grep ' \-\-dns\-servers' > /dev/null && dns=" --dns-servers 9.9.9.9,1.1.1.1" || dns=
678
678
curl $dns --progress-bar --insecure -Lo \
679
- $TMPDIR /install-online.sh https://raw.githubusercontent.com/VR-25/acc/$reference /install-online.sh || dl wget
679
+ $TMPDIR /install-online.sh https://raw.githubusercontent.com/VR-25/acc/dev /install-online.sh || dl wget
680
680
else
681
681
PATH=${PATH#*/ busybox: } /dev/.vr25/busybox/wget -O $TMPDIR /install-online.sh --no-check-certificate \
682
- https://raw.githubusercontent.com/VR-25/acc/$reference /install-online.sh
682
+ https://raw.githubusercontent.com/VR-25/acc/dev /install-online.sh
683
683
fi
684
684
}
685
685
You can’t perform that action at this time.
0 commit comments