diff --git a/gen/setupTermuxArch.md5 b/gen/setupTermuxArch.md5 index 69d05feeac..d591b82f30 100644 --- a/gen/setupTermuxArch.md5 +++ b/gen/setupTermuxArch.md5 @@ -1 +1 @@ -032166c1ff794763fd6039a6acda2dfa setupTermuxArch.tar.gz +00192567531630c24f25bbaf308d95a4 setupTermuxArch.tar.gz diff --git a/gen/setupTermuxArch.sh b/gen/setupTermuxArch.sh index 4821603429..38f920fe90 100755 --- a/gen/setupTermuxArch.sh +++ b/gen/setupTermuxArch.sh @@ -26,7 +26,7 @@ chk () . systemmaintenance.sh rmdsc printf "\n\033[36;1m 🕑 < 🕛 \033[1;34mTermuxArch " - printf "gen.v0.8 id832730855" + printf "gen.v0.8 id857598090" printf " integrity: \033[36;1mOK\n\033[1;30m" else rmdsc @@ -173,7 +173,7 @@ printtail () printusage () { printf "\n\n\033[1;34mUsage information for \033[1;32msetupTermuxArch.sh \033[1;34m" - printf "gen.v0.8 id832730855" + printf "gen.v0.8 id857598090" 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" } diff --git a/gen/setupTermuxArch.tar.gz b/gen/setupTermuxArch.tar.gz index 763b7828f3..1c6576c8f8 100644 Binary files a/gen/setupTermuxArch.tar.gz and b/gen/setupTermuxArch.tar.gz differ diff --git a/scripts/files/working/necessaryfunctions.sh b/scripts/files/working/necessaryfunctions.sh index 4d486fd525..cebc16dac4 100644 --- a/scripts/files/working/necessaryfunctions.sh +++ b/scripts/files/working/necessaryfunctions.sh @@ -128,7 +128,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 bsdtar -xpf $file --strip-components 1 2>/dev/null||: + proot --link2symlink bsdtar -xpf $file --strip-components 1 2>/dev/null ||: else proot --link2symlink -0 bsdtar -xpf $file diff --git a/scripts/files/working/setupTermuxArch.sh b/scripts/files/working/setupTermuxArch.sh index 4821603429..38f920fe90 100755 --- a/scripts/files/working/setupTermuxArch.sh +++ b/scripts/files/working/setupTermuxArch.sh @@ -26,7 +26,7 @@ chk () . systemmaintenance.sh rmdsc printf "\n\033[36;1m 🕑 < 🕛 \033[1;34mTermuxArch " - printf "gen.v0.8 id832730855" + printf "gen.v0.8 id857598090" printf " integrity: \033[36;1mOK\n\033[1;30m" else rmdsc @@ -173,7 +173,7 @@ printtail () printusage () { printf "\n\n\033[1;34mUsage information for \033[1;32msetupTermuxArch.sh \033[1;34m" - printf "gen.v0.8 id832730855" + printf "gen.v0.8 id857598090" 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" }