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 7624a01 commit 3deb890Copy full SHA for 3deb890
udroid/src/udroid.sh
@@ -137,9 +137,7 @@ install() {
137
# 5) execute fixes file
138
139
# local arg=$1
140
- # TITLE "> INSTALL $arg"
141
- # # parse the arg for suite and varient and get name,link
142
- # parser $1 "online"
+ TITLE "> INSTALL $arg"
143
local no_check_integrity=false
144
145
while [[ $# -gt 0 ]]; do
@@ -165,6 +163,9 @@ install() {
165
163
esac
166
164
done
167
+ # parse the arg for suite and varient and get name,link
+ parser $1 "online"
168
+
169
# final checks
170
[[ "$link" == "null" ]] && {
171
ELOG "link not found for $suite:$varient"
0 commit comments