Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git committed Dec 30, 2022
1 parent 26ca180 commit e9fba85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ All notable changes to this project will be documented in this file.
- Update Android Auto stub to 1.2.520120-stub
- Improved uninstaller
- Vastly improve compatibility with legacy devices
- Add function to rescan media in the MinUtil script
- Add function to rescan storage in the MinUtil script
- Update microG Service Core to 0.2.26.223616
- Update NewPipe to 0.24.1 for Android 5+ devices
- Add helper script (zip-install.sh) for the manual installation of the flashable zip via terminal or via ADB
Expand Down
3 changes: 2 additions & 1 deletion zip-content/files/bin/minutil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ if test "${_minutil_display_help:?}" = 'true'; then

if test "${_minutil_newline:-false}" != 'false'; then printf '\n'; fi
_minutil_script_name="$(\basename "${0:?}")" || \exit 1
\readonly _minutil_script_name

printf '%s\n' "${MINUTIL_NAME:?} v${MINUTIL_VERSION:?} - Minimal utilities"
printf '%s\n\n' 'Licensed under GPLv3+'
Expand All @@ -363,7 +364,7 @@ if test "${_minutil_display_help:?}" = 'true'; then
_minutil_aligned_print '-h,-?,--help' 'Show this help'
_minutil_aligned_print '-s,--rescan-storage' 'Rescan storage to find file changes'
_minutil_aligned_print '--remove-all-accounts' 'Remove all accounts from the device'
_minutil_aligned_print '--force-gcm-reconnection'
_minutil_aligned_print '--force-gcm-reconnection' 'Force GCM reconnection'
_minutil_aligned_print '-i,--reinstall-package PACKAGE_NAME' 'Reinstall PACKAGE_NAME as if it were installed from Play Store and grant it all permissions'

printf '
Expand Down

0 comments on commit e9fba85

Please sign in to comment.