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 dead744 commit b03c93dCopy full SHA for b03c93d
etc/scripts/udroid/udroid.sh
@@ -48,8 +48,6 @@ _install() {
48
suite="impish"
49
# repo_root="https://raw.githubusercontent.com/RandomCoderOrg/ubuntu-on-android/modified"
50
repo_root="https://raw.githubusercontent.com/RandomCoderOrg/ubuntu-on-android/beta"
51
- plugin_url="$repo_root/pd-plugins/udroid-$suite-$de.sh"
52
-
53
case $distro in
54
xfce4)
55
varient="xfce4"
@@ -73,6 +71,7 @@ _install() {
73
71
die "Invalid arguments"
74
72
fi
75
de="$varient"
+ plugin_url="$repo_root/pd-plugins/udroid-$suite-$de.sh"
76
curl \
77
-L -o $SCRIPT_DIR/udroid-"$suite"-"$de".sh \
78
"$plugin_url" || die "Plugin Download failed"
0 commit comments