diff --git a/packages/termux-tools/build.sh b/packages/termux-tools/build.sh index c132c4807..4753fed0c 100644 --- a/packages/termux-tools/build.sh +++ b/packages/termux-tools/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=https://termux.com/ TERMUX_PKG_DESCRIPTION="Basic system tools for Termux" -TERMUX_PKG_VERSION=0.32 +TERMUX_PKG_VERSION=0.33 TERMUX_PKG_PLATFORM_INDEPENDENT=yes termux_step_make_install () { diff --git a/packages/termux-tools/termux-setup-storage b/packages/termux-tools/termux-setup-storage index eec7f778b..f0a427493 100755 --- a/packages/termux-tools/termux-setup-storage +++ b/packages/termux-tools/termux-setup-storage @@ -1,10 +1,10 @@ #!/data/data/com.termux/files/usr/bin/sh if [ "$#" != "0" ]; then - echo 'usage: termux-setup-storage' - echo 'Use without arguments to ensure storage permission granted' - echo 'and symlinks to storage available in $HOME/.storage' - exit + echo 'usage: termux-setup-storage' + echo 'Use without arguments to ensure storage permission granted' + echo 'and symlinks to storage available in $HOME/storage' + exit fi am broadcast --user 0 \