Skip to content

Commit b03c93d

Browse files
.
1 parent dead744 commit b03c93d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

etc/scripts/udroid/udroid.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ _install() {
4848
suite="impish"
4949
# repo_root="https://raw.githubusercontent.com/RandomCoderOrg/ubuntu-on-android/modified"
5050
repo_root="https://raw.githubusercontent.com/RandomCoderOrg/ubuntu-on-android/beta"
51-
plugin_url="$repo_root/pd-plugins/udroid-$suite-$de.sh"
52-
5351
case $distro in
5452
xfce4)
5553
varient="xfce4"
@@ -73,6 +71,7 @@ _install() {
7371
die "Invalid arguments"
7472
fi
7573
de="$varient"
74+
plugin_url="$repo_root/pd-plugins/udroid-$suite-$de.sh"
7675
curl \
7776
-L -o $SCRIPT_DIR/udroid-"$suite"-"$de".sh \
7877
"$plugin_url" || die "Plugin Download failed"

0 commit comments

Comments
 (0)