Skip to content

Commit

Permalink
update bootanimation upstream link
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMissx committed Aug 24, 2021
1 parent 5213f0f commit 5e22818
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions common/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ fi
chmod 0755 $MODPATH/curl

#Download Bootaniamation
src_link="https://raw.githubusercontent.com/TwiceOS/vendor_pixelstyle/ten/bootanimation/bootanimation"
src_link="https://raw.githubusercontent.com/MrMissx/bootanimation/master/bootanimation"
DLINK="$src_link""$theme"_"$reso".zip
config="bootanimation${theme}_${reso}.zip"
ui_print "- Downloading ${config}"
#ui_print $DLINK
# ui_print $DLINK
($MODPATH/curl -f -k -o $MODPATH/bootanimation.zip $DLINK) || abort " Download failed!"
ui_print "- Done..."
ui_print ""
Expand Down
6 changes: 3 additions & 3 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=TWbootanim
name=TWICE Bootanimation
version=One in A Million
versionCode=3.1
author=Mr.Miss
version=v3.2
versionCode=32
author=MrMiss
description=TWICE Bootanimation

0 comments on commit 5e22818

Please sign in to comment.