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 0887d95 commit dead744Copy full SHA for dead744
etc/scripts/udroid/udroid.sh
@@ -72,7 +72,7 @@ _install() {
72
if [ -z "${suite}" ] || [ -z "${varient}" ]; then
73
die "Invalid arguments"
74
fi
75
-
+ de="$varient"
76
curl \
77
-L -o $SCRIPT_DIR/udroid-"$suite"-"$de".sh \
78
"$plugin_url" || die "Plugin Download failed"
0 commit comments