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 868e111 commit 0887d95Copy full SHA for 0887d95
etc/scripts/udroid/udroid.sh
@@ -46,7 +46,8 @@ trim_quotes() {
46
_install() {
47
distro=$1
48
suite="impish"
49
- repo_root="https://raw.githubusercontent.com/RandomCoderOrg/ubuntu-on-android/modified"
+ # 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
0 commit comments