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 bbef846 commit 7207d8dCopy full SHA for 7207d8d
scripts/udroid/udroid.sh
@@ -51,7 +51,7 @@ _login() {
51
msg "udroid suite is set to ${_SUITE}"
52
fi
53
54
- distro="udroid-$_suite-$varient"
+ distro="udroid-$suite-$varient"
55
if [[ $avalible_distros =~ $distro ]]; then
56
if is_installed "$distro"; then
57
# store distro aliases in cache
0 commit comments