Skip to content

Commit 3deb890

Browse files
uncomment parser
1 parent 7624a01 commit 3deb890

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

udroid/src/udroid.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,7 @@ install() {
137137
# 5) execute fixes file
138138

139139
# local arg=$1
140-
# TITLE "> INSTALL $arg"
141-
# # parse the arg for suite and varient and get name,link
142-
# parser $1 "online"
140+
TITLE "> INSTALL $arg"
143141
local no_check_integrity=false
144142

145143
while [[ $# -gt 0 ]]; do
@@ -165,6 +163,9 @@ install() {
165163
esac
166164
done
167165

166+
# parse the arg for suite and varient and get name,link
167+
parser $1 "online"
168+
168169
# final checks
169170
[[ "$link" == "null" ]] && {
170171
ELOG "link not found for $suite:$varient"

0 commit comments

Comments
 (0)