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 36db777 commit 57595afCopy full SHA for 57595af
scripts/udroid/udroid.sh
@@ -9,6 +9,7 @@ _c_magneta="\e[95m"
9
_c_green="\e[32m"
10
_c_red="\e[31m"
11
_c_blue="\e[34m"
12
+RST="\e[0m"
13
14
die() { echo -e "${_c_red}[E] ${*}${RST}";exit 1;:;}
15
warn() { echo -e "${_c_red}[W] ${*}${RST}";:;}
@@ -59,7 +60,6 @@ l_login() {
59
60
fi
61
}
62
-
63
_install() {
64
SUITE=$1
65
0 commit comments