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 3deb890 commit 57c6352Copy full SHA for 57c6352
udroid/src/udroid.sh
@@ -163,8 +163,11 @@ install() {
163
esac
164
done
165
166
+ [[ -z $arg ]] && {
167
+ ELOG "\$arg not supplied"
168
+ }
169
# parse the arg for suite and varient and get name,link
- parser $1 "online"
170
+ parser $arg "online"
171
172
# final checks
173
[[ "$link" == "null" ]] && {
@@ -824,6 +827,8 @@ update() {
824
827
_reset() {
825
828
# TODO
826
829
TITLE "[TODO]"
830
+
831
832
}
833
####################
834
download() {
0 commit comments