Skip to content

Commit 1d45881

Browse files
authored
Update functions.sh
1 parent 6942000 commit 1d45881

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

common/functions.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,6 @@ mount_mirrors() {
131131
done
132132
}
133133

134-
# Credits
135-
ui_print "**********************"
136-
ui_print "* onimorza @ XDA *"
137-
ui_print "**********************"
138-
ui_print " "
139-
140134
# Check for min/max api version
141135
[ -z $MINAPI ] || { [ $API -lt $MINAPI ] && abort "! Your system API of $API is less than the minimum api of $MINAPI! Aborting!"; }
142136
[ -z $MAXAPI ] || { [ $API -gt $MAXAPI ] && abort "! Your system API of $API is greater than the maximum api of $MAXAPI! Aborting!"; }

0 commit comments

Comments
 (0)