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 6942000 commit 1d45881Copy full SHA for 1d45881
common/functions.sh
@@ -131,12 +131,6 @@ mount_mirrors() {
131
done
132
}
133
134
-# Credits
135
-ui_print "**********************"
136
-ui_print "* onimorza @ XDA *"
137
138
-ui_print " "
139
-
140
# Check for min/max api version
141
[ -z $MINAPI ] || { [ $API -lt $MINAPI ] && abort "! Your system API of $API is less than the minimum api of $MINAPI! Aborting!"; }
142
[ -z $MAXAPI ] || { [ $API -gt $MAXAPI ] && abort "! Your system API of $API is greater than the maximum api of $MAXAPI! Aborting!"; }
0 commit comments