remove tts voice files to save some space (can still be downloaded from within tts settings)
This commit is contained in:
parent
a3ad693d9f
commit
525cc98c92
@ -80,6 +80,11 @@ mkdir $REPACK/ota
|
||||
cd $REPACK/ota
|
||||
printf "Unpacking $OTAPACKAGE..."
|
||||
unzip $QUIET $OTAPACKAGE
|
||||
|
||||
echo
|
||||
printf "leo has limited diskspace so lets remove some unwanted stuff..."
|
||||
rm -rf $REPACK/ota/system/tts
|
||||
|
||||
echo
|
||||
cd $REPACK/ota/system/framework
|
||||
$OPTICHARGER framework-res.apk
|
||||
|
Loading…
Reference in New Issue
Block a user