Skip to content

Commit

Permalink
package: use up_print instead of echo in update-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazzor committed May 29, 2024
1 parent e2f6de8 commit c95dec1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package/META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ unzip -o "$ZIP"

zipdir=/tmp/tmpdir

echo 'GENERATED BY universal-debloat-script-generator'
echo 'AUTHOR : @ghzzor (github)'
echo ' '
echo 'WARNING: This script will remove packages from your device.'
echo ' I am not responsible for bricked devices.'
echo ' Ensure you have backed up your data.'
echo ' '
ui_print 'GENERATED BY universal-debloat-script-generator'
ui_print 'AUTHOR : @ghazzor (github)'
ui_print ' '
ui_print 'WARNING: This script will remove packages from your device.'
ui_print ' I am not responsible for bricked devices.'
ui_print ' Ensure you have backed up your data.'
ui_print ' '

# mount stuff
mount /system_root
Expand Down

0 comments on commit c95dec1

Please sign in to comment.