Skip to content

Commit

Permalink
Commit on 20180927 branch master 96103473420471
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Sep 27, 2018
1 parent c187207 commit 7d48407
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.id9496"
FLHDR1[5]="VERSIONID=v1.6.1.id6509"
FLHDR1[6]=" "
FLHDRP[0]="## BEGIN #######################################################################"
FLHDRP[1]=""
Expand Down Expand Up @@ -191,7 +191,7 @@ _PRINTFOOTER_() {
}

_PRINTFOOTER2_() {
printf "\033[1;34mArch Linux in Termux PRoot is installed in $INSTALLDIR. This project is in active development. Contributions to this project are welcome; See https://sdrausty.github.io/TermuxArch/CONTRIBUTORS for information. The documentation repository for TermuxArch https://sdrausty.github.io/TermuxArch/docs/ is a Termux Arch submodule that is located at https://github.com/sdrausty/docsTermuxArch. Pull requests and contributions through the issues pages are open to improve the ux (user experience) and this Termux PRoot installation script.\n\nUse \033[1;32m~$PRINTROOTDIR/$STARTBIN \033[1;34mand \033[1;32m$STARTBIN \033[1;34min a BASH shell to launch Arch Linux in Termux PRoot for future sessions. If you are new to *nix, http://tldp.org has *nix documentation. See https://wiki.archlinux.org/index.php/IRC_channel for available Arch Linux IRC channels. Consider ⭐️ starring this project 🌟 at Github🌠 \n\n\033[0m"
printf "\033[1;34mArch Linux in Termux PRoot is installed in $INSTALLDIR. This project is in active development. Contributions to this project are welcome; See https://sdrausty.github.io/TermuxArch/CONTRIBUTORS for information. The documentation repository for TermuxArch https://sdrausty.github.io/TermuxArch/docs/ is a Termux Arch submodule that is located at https://github.com/sdrausty/docsTermuxArch. Pull requests and contributions through the issues pages are open to improve the ux (user experience) and this Termux PRoot installation script.\n\nUse \033[1;32m~$PRINTROOTDIR/$STARTBIN \033[1;34mand \033[1;32m$STARTBIN \033[1;34min a BASH shell to launch Arch Linux in Termux PRoot for future sessions. If you are new to *nix, http://tldp.org has *nix documentation. See https://wiki.archlinux.org/index.php/IRC_channel for available Arch Linux IRC channels. Consider ⭐️ starring this project at Github🌠 \n\n\033[0m"
}

_PRINTROOTDIRFUNCTION_() {
Expand Down
2 changes: 1 addition & 1 deletion 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.id9496"
VERSIONID="v1.6.1.id6509"
## INIT FUNCTIONS ##############################################################
_ARG2DIR_() { # Argument as ROOTDIR.
ARG2="${@:2:1}"
Expand Down
2 changes: 1 addition & 1 deletion setupTermuxArch.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4813a70eb57bd6aaec73fbca1a4bd84dc7ea66c6d797bca1f39b66631605a94be72bf04b5bb43658d6edd886c12fc741f35bae01313a455b42d63db5efcba29f setupTermuxArch.tar.gz
0d87bb9f98d78ebf09b5612d13fcf2b4e2120e9652b6e1ea6f999ad152cb0241c105018b86800ef09de4871a1969a5eec96d95fade0fe6df9e61bb695551f67d setupTermuxArch.tar.gz
Binary file modified setupTermuxArch.tar.gz
Binary file not shown.

0 comments on commit 7d48407

Please sign in to comment.