Skip to content

Commit

Permalink
Commit on 20180213 branch master 663274271
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Feb 13, 2018
1 parent f977c17 commit 756c251
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gen/setupTermuxArch.md5
@@ -1 +1 @@
0ef330afc695974cb9465f6b0bebf2bc setupTermuxArch.tar.gz
57e44ff5afb959713edc4d0fa1a5377a setupTermuxArch.tar.gz
4 changes: 2 additions & 2 deletions gen/setupTermuxArch.sh
Expand Up @@ -17,7 +17,7 @@ chk ()
. systemmaintenance.sh
rmdsc
printf "\n\033[36;1m 馃晳 < 馃暃 \033[1;34mTermuxArch "
printf "gen.v0.8 id086259509"
printf "gen.v0.8 id663274271"
printf " integrity: \033[36;1mOK\n\033[1;30m"
else
rmdsc
Expand Down Expand Up @@ -113,7 +113,7 @@ printtail ()
printusage ()
{
printf "\n\n\033[1;34mUsage information for \033[1;32msetupTermuxArch.sh \033[1;34m"
printf "gen.v0.8 id086259509"
printf "gen.v0.8 id663274271"
printf ". Arguments can abbreviated to one letter; Two letter arguments are acceptable. For example, \033[1;32mbash setupTermuxArch.sh cs\033[1;34m will use \033[1;32mcurl\033[1;34m to download TermuxArch and produce the \033[1;32msetupTermuxArchdebug.log\033[1;34m file.\n\n\033[1;33mDEBUG\033[1;34m Use \033[1;32msetupTermuxArch.sh --sysinfo \033[1;34mto create \033[1;32msetupTermuxArchdebug.log\033[1;34m and populate it with debug information. Post this information along with detailed information about the issue at https://github.com/sdrausty/TermuxArch/issues. If screenshots will help in resolving the issue better, include them in a post along with information from the debug log file.\n\n\033[1;33mHELP\033[1;34m Use \033[1;32msetupTermuxArch.sh --help \033[1;34mto output this help screen.\n\n\033[1;33mINSTALL\033[1;34m Run \033[1;32m./setupTermuxArch.sh\033[1;34m without arguments in a bash shell to install Arch Linux in Termux. Use \033[1;32mbash setupTermuxArch.sh --curl \033[1;34mto envoke \033[1;32mcurl\033[1;34m as the download manager. Copy \033[1;32mknownconfigurations.sh\033[1;34m to \033[1;32msetupTermuxArchConfigs.sh\033[1;34m with preferred mirror. After editing \033[1;32msetupTermuxArchConfigs.sh\033[1;34m, run \033[1;32mbash setupTermuxArch.sh\033[1;34m and \033[1;32msetupTermuxArchConfigs.sh\033[1;34m loads automatically from the same directory. Change mirror to desired geographic location to resolve download errors.\n\n\033[1;33mPURGE\033[1;34m Use \033[1;32msetupTermuxArch.sh --uninstall\033[1;34m \033[1;34mto uninstall Arch Linux from Termux.\n"
}

Expand Down
Binary file modified gen/setupTermuxArch.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/files/working/necessaryfunctions.sh
Expand Up @@ -138,7 +138,7 @@ preproot ()
{
if [ $(du ~/arch/*z | awk {'print $1'}) -gt 112233 ];then
if [ $(getprop ro.product.cpu.abi) = x86_64 ] || [ $(getprop ro.product.cpu.abi) = x86 ];then
proot --link2symlink -O bsdtar -xpf $file --strip-components 1
proot --link2symlink -0 bsdtar -xpf $file --strip-components 1
else
proot --link2symlink -0 bsdtar -xpf $file
fi
Expand Down
4 changes: 2 additions & 2 deletions scripts/files/working/setupTermuxArch.sh
Expand Up @@ -17,7 +17,7 @@ chk ()
. systemmaintenance.sh
rmdsc
printf "\n\033[36;1m 馃晳 < 馃暃 \033[1;34mTermuxArch "
printf "gen.v0.8 id086259509"
printf "gen.v0.8 id663274271"
printf " integrity: \033[36;1mOK\n\033[1;30m"
else
rmdsc
Expand Down Expand Up @@ -113,7 +113,7 @@ printtail ()
printusage ()
{
printf "\n\n\033[1;34mUsage information for \033[1;32msetupTermuxArch.sh \033[1;34m"
printf "gen.v0.8 id086259509"
printf "gen.v0.8 id663274271"
printf ". Arguments can abbreviated to one letter; Two letter arguments are acceptable. For example, \033[1;32mbash setupTermuxArch.sh cs\033[1;34m will use \033[1;32mcurl\033[1;34m to download TermuxArch and produce the \033[1;32msetupTermuxArchdebug.log\033[1;34m file.\n\n\033[1;33mDEBUG\033[1;34m Use \033[1;32msetupTermuxArch.sh --sysinfo \033[1;34mto create \033[1;32msetupTermuxArchdebug.log\033[1;34m and populate it with debug information. Post this information along with detailed information about the issue at https://github.com/sdrausty/TermuxArch/issues. If screenshots will help in resolving the issue better, include them in a post along with information from the debug log file.\n\n\033[1;33mHELP\033[1;34m Use \033[1;32msetupTermuxArch.sh --help \033[1;34mto output this help screen.\n\n\033[1;33mINSTALL\033[1;34m Run \033[1;32m./setupTermuxArch.sh\033[1;34m without arguments in a bash shell to install Arch Linux in Termux. Use \033[1;32mbash setupTermuxArch.sh --curl \033[1;34mto envoke \033[1;32mcurl\033[1;34m as the download manager. Copy \033[1;32mknownconfigurations.sh\033[1;34m to \033[1;32msetupTermuxArchConfigs.sh\033[1;34m with preferred mirror. After editing \033[1;32msetupTermuxArchConfigs.sh\033[1;34m, run \033[1;32mbash setupTermuxArch.sh\033[1;34m and \033[1;32msetupTermuxArchConfigs.sh\033[1;34m loads automatically from the same directory. Change mirror to desired geographic location to resolve download errors.\n\n\033[1;33mPURGE\033[1;34m Use \033[1;32msetupTermuxArch.sh --uninstall\033[1;34m \033[1;34mto uninstall Arch Linux from Termux.\n"
}

Expand Down

0 comments on commit 756c251

Please sign in to comment.