Skip to content

Commit

Permalink
Commit on 20181011 branch master 71548940101125
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Oct 11, 2018
1 parent 3d21063 commit f57b897
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion necessaryfunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,12 @@ _MAKESTARTBIN_() {
declare -g ar2ar="\${@:2}"
declare -g ar3ar="\${@:3}"
_PRINTUSAGE_() {
printf "\\n\\e[1;32m$STARTBIN\\e[0;32m: Start Arch Linux as root. This account is reserved for system administration.\\n\\n\\e[1;32m$STARTBIN c[md] cmd\\e[0;32m: Run Arch Linux command from Termux as root user.\\n\\n\\e[1;32m$STARTBIN u[ser]|l[ogin] user\\e[0;32m: Login as user. Use \\e[1;32m$STARTBIN addauser user \\e[0;32mfirst to create this user and user's home directory.\\n\\n\\e[1;32m$STARTBIN r[aw]\\e[0;32m: Construct the \\e[1;32m$STARTBIN \\e[0;32mproot statement from exec.../bin/. For example \\e[1;32m$STARTBIN r su \\e[0;32mwill exec su in Arch Linux.\\n\\n\\e[1;32m$STARTBIN s[u] user cmd\\e[0;32m: Login as user and execute command. Use \\e[1;32m$STARTBIN addauser user \\e[0;32mfirst to create this user and user's home directory.\\n\\n\\e[0m"'\033]2; TermuxArch '$STARTBIN' help 📲 \007'
printf "\\e]2;%s\\007" "TermuxArch $STARTBIN help 📲"
printf "\\n\\e[1;32m%s\\e[0;32m%s\\n\\n" "$STARTBIN" ": Start Arch Linux as root. This account is reserved for system administration."
printf "\\e[1;32m%s\\e[0;32m%s\\n\\n" "$STARTBIN c[md] cmd" ": Run Arch Linux command from Termux as root user."
printf "\\e[1;32m%s\\e[0;32m%s\\e[1;32m%s\\e[0;32m%s\\n\\n" "$STARTBIN u[ser]|l[ogin] user" ": Login as user. Use " "$STARTBIN c addauser user " "first to create this user and user's home directory."
printf "\\e[1;32m%s\\e[0;32m%s\\e[1;32m%s\\e[0;32m%s\\e[1;32m%s\\e[0;32m%s\\n\\n" "$STARTBIN r[aw]" ": Construct the " "$STARTBIN " "proot statement from exec.../bin/. For example " "$STARTBIN r su " "will exec su in Arch Linux."
printf "\\e[1;32m%s\\e[0;32m%s\\e[1;32m%s\\e[0;32m%s\\n\\n\\e[0m" "$STARTBIN s[u] user cmd" ": Login as user and execute command. Use " "$STARTBIN c addauser user " "first to create this user and user's home directory."
}
# [] Default Arch Linux in Termux PRoot root login.
Expand Down
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.7.id2983"
FLHDR1[5]="VERSIONID=v1.6.7.id8209"
FLHDR1[6]=" "
FLHDRP[0]="## BEGIN #######################################################################"
FLHDRP[1]=""
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.7.id2983"
VERSIONID="v1.6.7.id8209"
## 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 @@
af443dd4d0fe431f00141f249b4137b91e3253f4748c74b4049ad5fe1de4e62ff98051aa4635ba0fd629ea93f3c6c4dd66d9f0734d40565f81041a6aab70b555 setupTermuxArch.tar.gz
127511c8692cfe502a76432b2954738e164ba470631a15f7f168277617e7f47afecfc25e9bfa869beed861c7f5fc4209ed750f7ee8d67e3d66c18f985b8176fb setupTermuxArch.tar.gz
Binary file modified setupTermuxArch.tar.gz
Binary file not shown.

0 comments on commit f57b897

Please sign in to comment.