Skip to content

Commit

Permalink
Commit on 20180927 branch master 01508845429026
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Sep 27, 2018
1 parent 7d48407 commit 778fad0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion printoutstatements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FLHDR1[1]="# IFS=$'\\n\\t'"
FLHDR1[2]="set -Eeuo pipefail"
FLHDR1[3]="# shopt -s nullglob globstar"
FLHDR1[4]="unset LD_PRELOAD"
FLHDR1[5]="VERSIONID=v1.6.1.id6509"
FLHDR1[5]="VERSIONID=v1.6.1.id0922"
FLHDR1[6]=" "
FLHDRP[0]="## BEGIN #######################################################################"
FLHDRP[1]=""
Expand Down
10 changes: 5 additions & 5 deletions setupTermuxArch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ IFS=$'\n\t'
set -Eeuo pipefail
shopt -s nullglob globstar
unset LD_PRELOAD
VERSIONID="v1.6.1.id6509"
VERSIONID="v1.6.1.id0922"
## INIT FUNCTIONS ##############################################################
_ARG2DIR_() { # Argument as ROOTDIR.
ARG2="${@:2:1}"
Expand Down Expand Up @@ -779,17 +779,17 @@ elif [[ "${1//-}" = [Rr][Ee][Ff]* ]] ; then
echo Setting mode to refresh.
_ARG2DIR_ "$@"
introrefresh "$@"
## [ref [customdir]] Refresh the Arch Linux in Termux PRoot scripts created by TermuxArch. Useful for refreshing locales, the TermuxArch generated scripts with user directories to their newest versions.
elif [[ "${1//-}" = [Rr][Ee] ]] ; then
## [re [customdir]] Refresh the Arch Linux in Termux PRoot scripts created by TermuxArch. Useful for refreshing locales, the TermuxArch generated scripts with user directories to their newest versions.
elif [[ "${1//-}" = [Rr][Ee]* ]] ; then
LCR="2"
echo
echo Setting mode to minimal refresh with user directories.
_ARG2DIR_ "$@"
introrefresh "$@"
## [r [customdir]] Refresh the Arch Linux in Termux PRoot scripts created by TermuxArch. Useful for refreshing locales and the TermuxArch generated scripts to their newest versions.
elif [[ "${1//-}" = [Rr] ]] ; then
elif [[ "${1//-}" = [Rr]* ]] ; then
LCR="1"
printf "\\n\\e[1;32m%s\\e[1;34m: \\e[0;32m%s \`%s\` %s\\n\\e[0m" "Setting mode" "minimal refresh; Use" "${0##*/} re[fresh]" "for full refresh."
printf "\\n\\e[1;32m%s\\e[1;34m: \\e[0;32m%s \`%s\` %s\\n\\e[0m" "Setting mode" "minimal refresh; Use" "${0##*/} ref[resh]" "for full refresh."
_ARG2DIR_ "$@"
introrefresh "$@"
## [wd|ws] Get device system information with `wget`.
Expand Down
2 changes: 1 addition & 1 deletion setupTermuxArch.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0d87bb9f98d78ebf09b5612d13fcf2b4e2120e9652b6e1ea6f999ad152cb0241c105018b86800ef09de4871a1969a5eec96d95fade0fe6df9e61bb695551f67d setupTermuxArch.tar.gz
23d7b5d085f5a8b4bb94c94fd22d7d9e55b8e1f4a9462dc0d9922d31488c15b1b7dc7a8e6cc013a63ff5bf38cc7fbc64b23a85107ddf630b6adfc25c44b18d6c setupTermuxArch.tar.gz
Binary file modified setupTermuxArch.tar.gz
Binary file not shown.

0 comments on commit 778fad0

Please sign in to comment.