Skip to content

Commit

Permalink
commit 295418134 on 20210322
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Mar 22, 2021
1 parent 7ca3f90 commit cfa603a
Show file tree
Hide file tree
Showing 8 changed files with 100 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .conf/VERSIONID
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1050
2.0.1051
2 changes: 1 addition & 1 deletion printoutstatements.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FLHDR1[1]=""
FLHDR1[2]="set -Eeuo pipefail"
FLHDR1[3]="shopt -s nullglob globstar"
FLHDR1[4]="unset LD_PRELOAD"
FLHDR1[5]="VERSIONID=2.0.1048"
FLHDR1[5]="VERSIONID=2.0.1050"
FLHDR1[6]=""
FLHDRP[0]="## BEGIN #####################################################################"
FLHDRP[1]=""
Expand Down
49 changes: 21 additions & 28 deletions setupTermuxArch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -Eeuo pipefail
shopt -s nullglob globstar
umask 0022
unset LD_PRELOAD
VERSIONID=2.0.1048
VERSIONID=2.0.1050
_STRPERROR_() { # run on script error
local RV="$?"
printf "\\e[?25h\\n\\e[1;48;5;138m %s\\e[0m\\n" "TermuxArch WARNING: Generated script signal ${RV:-UNKNOWN} near or at line number ${1:-UNKNOWN} by '${2:-COMMAND}'!"
Expand Down Expand Up @@ -130,6 +130,21 @@ CPUABI="x86_64"
fi
}

_CHOOSEABIx86_(){
CPUABILIST64="$(getprop ro.product.cpu.abilist64)"
CPUABI="$(getprop ro.product.cpu.abi)"
if [[ $CPUABI == *86* ]]
then
_OPT1_ "$@"
_INTRO_ "$@"
else
_CHOOSEABI_
_OPT1_ "$@"
_QEMU_
_INTRO_ "$@"
fi
}

_COREFILES_() {
[[ -f archlinuxconfig.bash ]] && [[ -f espritfunctions.bash ]] && [[ -f getimagefunctions.bash ]] && [[ -f knownconfigurations.bash ]] && [[ -f maintenanceroutines.bash ]] && [[ -f necessaryfunctions.bash ]] && [[ -f printoutstatements.bash ]] && [[ -f setupTermuxArch ]]
}
Expand Down Expand Up @@ -1072,40 +1087,18 @@ printf "\\nSetting mode to vis[ualorca] [manual] [install|refresh] [customdir].\
_OPT1_ "$@"
_PREPTERMUXARCH_
_INTRO_ "$@"
## [vi[sualorca] [manual] [install|refresh] [customdir]] Install alternate architecture on smartphone with https://github.com/qemu/QEMU emulation. Please use the TermuxArch command 'orcaconf' once Arch Linux in Termux PRoot in installed to complete the configuration. Issue [Expanding setupTermuxArch so visually impaired users can install Orca screen reader (assistive technology) and have VNC support added easily. #34](https://github.com/TermuxArch/TermuxArch/issues/34) has more information about this option.
elif "${1//-}" = [Vv][Ii]* ]]
## [vi[sualorca] [manual] [install|refresh] [customdir]] Install alternate architecture on smartphone with https://github.com/qemu/QEMU emulation. Please use the TermuxArch command 'orcaconf' once Arch Linux in Termux PRoot in installed to complete the configuration.
elif [[ "${1//-}" = [Vv][Ii]* ]]
then
VLORALCR=0
printf "\\nSetting mode to vi[sualorca] [manual] [install|refresh] [customdir].\\n"
CPUABILIST64="$(getprop ro.product.cpu.abilist64)"
CPUABI="$(getprop ro.product.cpu.abi)"
if [[ $CPUABI == *86* ]]
then
_OPT1_ "$@"
_INTRO_ "$@"
else
_CHOOSEABI_
_OPT1_ "$@"
_QEMU_
_INTRO_ "$@"
fi
## [v[isualorca] [manual] [install|refresh] [customdir]] Install alternate architecture on smartphone with https://github.com/qemu/QEMU emulation. Please use the TermuxArch command 'orcaconf' once Arch Linux in Termux PRoot in installed to complete the configuration. Issue [Expanding setupTermuxArch so visually impaired users can install Orca screen reader (assistive technology) and have VNC support added easily. #34](https://github.com/TermuxArch/TermuxArch/issues/34) has more information about this option.
_CHOOSEABIx86_ "$@"
## [v[isualorca] [manual] [install|refresh] [customdir]] Install alternate architecture on smartphone with https://github.com/qemu/QEMU emulation. Please use the TermuxArch command 'orcaconf' once Arch Linux in Termux PRoot in installed to complete the configuration.
elif [[ "${1//-}" = [Vv]* ]]
then
VLORALCR=0
printf "\\nSetting mode to v[isualorca] [manual] [install|refresh] [customdir].\\n"
CPUABILIST64="$(getprop ro.product.cpu.abilist64)"
CPUABI="$(getprop ro.product.cpu.abi)"
if [[ $CPUABI == *86* ]]
then
_OPT1_ "$@"
_INTRO_ "$@"
else
_CHOOSEABI_
_OPT1_ "$@"
_QEMU_
_INTRO_ "$@"
fi
_CHOOSEABIx86_ "$@"
## [wd|ws] Get device system information with 'wget'.
elif [[ "${1//-}" = [Ww][Dd]* ]] || [[ "${1//-}" = [Ww][Ss]* ]]
then
Expand Down
57 changes: 29 additions & 28 deletions setupTermuxArch.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -Eeuo pipefail
shopt -s nullglob globstar
umask 0022
unset LD_PRELOAD
VERSIONID=2.0.1048
VERSIONID=2.0.1050
_STRPERROR_() { # run on script error
local RV="$?"
printf "\\e[?25h\\n\\e[1;48;5;138m %s\\e[0m\\n" "TermuxArch WARNING: Generated script signal ${RV:-UNKNOWN} near or at line number ${1:-UNKNOWN} by '${2:-COMMAND}'!"
Expand Down Expand Up @@ -120,7 +120,7 @@ cd "$TAMPDIR"
}

_CHOOSEABI_(){
if [[ -z "$ABILIST64" ]]
if [[ -z "$CPUABILIST64" ]]
then
ARCHITEC="i386"
CPUABI="x86"
Expand All @@ -130,6 +130,21 @@ CPUABI="x86_64"
fi
}

_CHOOSEABIx86_(){
CPUABILIST64="$(getprop ro.product.cpu.abilist64)"
CPUABI="$(getprop ro.product.cpu.abi)"
if [[ $CPUABI == *86* ]]
then
_OPT1_ "$@"
_INTRO_ "$@"
else
_CHOOSEABI_
_OPT1_ "$@"
_QEMU_
_INTRO_ "$@"
fi
}

_COREFILES_() {
[[ -f archlinuxconfig.bash ]] && [[ -f espritfunctions.bash ]] && [[ -f getimagefunctions.bash ]] && [[ -f knownconfigurations.bash ]] && [[ -f maintenanceroutines.bash ]] && [[ -f necessaryfunctions.bash ]] && [[ -f printoutstatements.bash ]] && [[ -f setupTermuxArch ]]
}
Expand Down Expand Up @@ -1064,40 +1079,26 @@ printf "\\n\\e[0;32mSetting mode\\e[1;34m : \\e[1;32mupdate Termux tools with mi
_PRPREFRESH_ "2"
_ARG2DIR_ "$@"
_INTROREFRESH_ "$@"
## [visu[alorca] [manual] [install|refresh] [customdir]] Install alternate architecture on smartphone with https://github.com/qemu/QEMU emulation. Issue [Expanding setupTermuxArch so visually impaired users can install Orca screen reader (assistive technology) and have VNC support added easily. #34](https://github.com/TermuxArch/TermuxArch/issues/34) has more information about this option.
elif [[ "${1//-}" = [Vv][Ii][Ss][Uu]* ]]
## [vis[ualorca] [manual] [install|refresh] [customdir]] Install on smartphone. Please use the TermuxArch command 'orcaconf' once Arch Linux in Termux PRoot in installed to complete the configuration. Issue [Expanding setupTermuxArch so visually impaired users can install Orca screen reader (assistive technology) and have VNC support added easily. #34](https://github.com/TermuxArch/TermuxArch/issues/34) has more information about this option.
elif [[ "${1//-}" = [Vv][Ii][Ss]* ]]
then
VLORALCR=0
printf "\\nSetting mode to visu[alorca] [manual] [install|refresh] [customdir].\\n"
ABILIST64="$(getprop ro.product.cpu.abilist64)"
CPUABI="$(getprop ro.product.cpu.abi)"
if [[ $CPUABI == *86* ]]
then
_OPT1_ "$@"
_INTRO_ "$@"
else
_CHOOSEABI_
printf "\\nSetting mode to vis[ualorca] [manual] [install|refresh] [customdir].\\n"
_OPT1_ "$@"
_QEMU_
_PREPTERMUXARCH_
_INTRO_ "$@"
fi
## [v[isualorca] [manual] [install|refresh] [customdir]] Install alternate architecture on smartphone with https://github.com/qemu/QEMU emulation. Issue [Expanding setupTermuxArch so visually impaired users can install Orca screen reader (assistive technology) and have VNC support added easily. #34](https://github.com/TermuxArch/TermuxArch/issues/34) has more information about this option.
## [vi[sualorca] [manual] [install|refresh] [customdir]] Install alternate architecture on smartphone with https://github.com/qemu/QEMU emulation. Please use the TermuxArch command 'orcaconf' once Arch Linux in Termux PRoot in installed to complete the configuration.
elif [[ "${1//-}" = [Vv][Ii]* ]]
then
VLORALCR=0
printf "\\nSetting mode to vi[sualorca] [manual] [install|refresh] [customdir].\\n"
_CHOOSEABIx86_ "$@"
## [v[isualorca] [manual] [install|refresh] [customdir]] Install alternate architecture on smartphone with https://github.com/qemu/QEMU emulation. Please use the TermuxArch command 'orcaconf' once Arch Linux in Termux PRoot in installed to complete the configuration.
elif [[ "${1//-}" = [Vv]* ]]
then
VLORALCR=0
printf "\\nSetting mode to v[isualorca] [manual] [install|refresh] [customdir].\\n"
ABILIST64="$(getprop ro.product.cpu.abilist64)"
CPUABI="$(getprop ro.product.cpu.abi)"
if [[ $CPUABI == *86* ]]
then
_OPT1_ "$@"
_INTRO_ "$@"
else
_CHOOSEABI_
_OPT1_ "$@"
_QEMU_
_INTRO_ "$@"
fi
_CHOOSEABIx86_ "$@"
## [wd|ws] Get device system information with 'wget'.
elif [[ "${1//-}" = [Ww][Dd]* ]] || [[ "${1//-}" = [Ww][Ss]* ]]
then
Expand Down
57 changes: 29 additions & 28 deletions setupTermuxArch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -Eeuo pipefail
shopt -s nullglob globstar
umask 0022
unset LD_PRELOAD
VERSIONID=2.0.1048
VERSIONID=2.0.1050
_STRPERROR_() { # run on script error
local RV="$?"
printf "\\e[?25h\\n\\e[1;48;5;138m %s\\e[0m\\n" "TermuxArch WARNING: Generated script signal ${RV:-UNKNOWN} near or at line number ${1:-UNKNOWN} by '${2:-COMMAND}'!"
Expand Down Expand Up @@ -120,7 +120,7 @@ cd "$TAMPDIR"
}

_CHOOSEABI_(){
if [[ -z "$ABILIST64" ]]
if [[ -z "$CPUABILIST64" ]]
then
ARCHITEC="i386"
CPUABI="x86"
Expand All @@ -130,6 +130,21 @@ CPUABI="x86_64"
fi
}

_CHOOSEABIx86_(){
CPUABILIST64="$(getprop ro.product.cpu.abilist64)"
CPUABI="$(getprop ro.product.cpu.abi)"
if [[ $CPUABI == *86* ]]
then
_OPT1_ "$@"
_INTRO_ "$@"
else
_CHOOSEABI_
_OPT1_ "$@"
_QEMU_
_INTRO_ "$@"
fi
}

_COREFILES_() {
[[ -f archlinuxconfig.bash ]] && [[ -f espritfunctions.bash ]] && [[ -f getimagefunctions.bash ]] && [[ -f knownconfigurations.bash ]] && [[ -f maintenanceroutines.bash ]] && [[ -f necessaryfunctions.bash ]] && [[ -f printoutstatements.bash ]] && [[ -f setupTermuxArch ]]
}
Expand Down Expand Up @@ -1064,40 +1079,26 @@ printf "\\n\\e[0;32mSetting mode\\e[1;34m : \\e[1;32mupdate Termux tools with mi
_PRPREFRESH_ "2"
_ARG2DIR_ "$@"
_INTROREFRESH_ "$@"
## [visu[alorca] [manual] [install|refresh] [customdir]] Install alternate architecture on smartphone with https://github.com/qemu/QEMU emulation. Issue [Expanding setupTermuxArch so visually impaired users can install Orca screen reader (assistive technology) and have VNC support added easily. #34](https://github.com/TermuxArch/TermuxArch/issues/34) has more information about this option.
elif [[ "${1//-}" = [Vv][Ii][Ss][Uu]* ]]
## [vis[ualorca] [manual] [install|refresh] [customdir]] Install on smartphone. Please use the TermuxArch command 'orcaconf' once Arch Linux in Termux PRoot in installed to complete the configuration. Issue [Expanding setupTermuxArch so visually impaired users can install Orca screen reader (assistive technology) and have VNC support added easily. #34](https://github.com/TermuxArch/TermuxArch/issues/34) has more information about this option.
elif [[ "${1//-}" = [Vv][Ii][Ss]* ]]
then
VLORALCR=0
printf "\\nSetting mode to visu[alorca] [manual] [install|refresh] [customdir].\\n"
ABILIST64="$(getprop ro.product.cpu.abilist64)"
CPUABI="$(getprop ro.product.cpu.abi)"
if [[ $CPUABI == *86* ]]
then
_OPT1_ "$@"
_INTRO_ "$@"
else
_CHOOSEABI_
printf "\\nSetting mode to vis[ualorca] [manual] [install|refresh] [customdir].\\n"
_OPT1_ "$@"
_QEMU_
_PREPTERMUXARCH_
_INTRO_ "$@"
fi
## [v[isualorca] [manual] [install|refresh] [customdir]] Install alternate architecture on smartphone with https://github.com/qemu/QEMU emulation. Issue [Expanding setupTermuxArch so visually impaired users can install Orca screen reader (assistive technology) and have VNC support added easily. #34](https://github.com/TermuxArch/TermuxArch/issues/34) has more information about this option.
## [vi[sualorca] [manual] [install|refresh] [customdir]] Install alternate architecture on smartphone with https://github.com/qemu/QEMU emulation. Please use the TermuxArch command 'orcaconf' once Arch Linux in Termux PRoot in installed to complete the configuration.
elif [[ "${1//-}" = [Vv][Ii]* ]]
then
VLORALCR=0
printf "\\nSetting mode to vi[sualorca] [manual] [install|refresh] [customdir].\\n"
_CHOOSEABIx86_ "$@"
## [v[isualorca] [manual] [install|refresh] [customdir]] Install alternate architecture on smartphone with https://github.com/qemu/QEMU emulation. Please use the TermuxArch command 'orcaconf' once Arch Linux in Termux PRoot in installed to complete the configuration.
elif [[ "${1//-}" = [Vv]* ]]
then
VLORALCR=0
printf "\\nSetting mode to v[isualorca] [manual] [install|refresh] [customdir].\\n"
ABILIST64="$(getprop ro.product.cpu.abilist64)"
CPUABI="$(getprop ro.product.cpu.abi)"
if [[ $CPUABI == *86* ]]
then
_OPT1_ "$@"
_INTRO_ "$@"
else
_CHOOSEABI_
_OPT1_ "$@"
_QEMU_
_INTRO_ "$@"
fi
_CHOOSEABIx86_ "$@"
## [wd|ws] Get device system information with 'wget'.
elif [[ "${1//-}" = [Ww][Dd]* ]] || [[ "${1//-}" = [Ww][Ss]* ]]
then
Expand Down
2 changes: 1 addition & 1 deletion setupTermuxArch.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
35ac9a796d3eba95d1bcbddce6e435f949a5c613ee5291fab64e17a1fa82edb95b9ced31a97ccd0fd8a6dc5213708bd8db80549a5af470864c9b1af1ff7ab9b6 setupTermuxArch.tar.gz
11b0d0692a8821c6a4c4c4eed6ef0f71509f367416e0d9cedbe7b066a918d62dfd37b425bb5eb55e4ac17a675778b7e4da42457931f317857d27e6c7e1d77b70 setupTermuxArch.tar.gz
Binary file modified setupTermuxArch.tar.gz
Binary file not shown.
36 changes: 18 additions & 18 deletions sha512.sum
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
4fcea964a194b88407beb1379ec048d8726aeba1d50abe10ad5c3b0b2d82294261d304b4b21e3c013d6040af676d18053607fef4953b942fbd8a81e9acb62366 ./setupTermuxArch.bash
11b0d0692a8821c6a4c4c4eed6ef0f71509f367416e0d9cedbe7b066a918d62dfd37b425bb5eb55e4ac17a675778b7e4da42457931f317857d27e6c7e1d77b70 ./setupTermuxArch.tar.gz
4fcea964a194b88407beb1379ec048d8726aeba1d50abe10ad5c3b0b2d82294261d304b4b21e3c013d6040af676d18053607fef4953b942fbd8a81e9acb62366 ./setupTermuxArch.sh
0c2c6374e0a697b0e900b07f97f0b6e3d913224676442e54cd636d567c804b9ec7c48853fb91eab04455b9072b3311a46856e47e7364dedcbedb87925652c2b6 ./sitemap.xml
717d6c7e63429128a5b1e633a4a3dfb41a9fce4c4b1286989c02ee1fe3f3820ef13d1f0161f2917f98ca7b83d9499e5046f6c2d49839b1344c755880eac6f569 ./knownconfigurations.bash
d87962b05f29fca58b3ca44b5ba4f8534d218a925a31eab9d4ebb242b685029b6b4ab045bf9f3d94b59e1047dc3ba160e8684e264c247f3d56fba95827cc19af ./CONTRIBUTORS.md
53e1279bfbb2693be4d395d47e653d9c3f53136648658821f592facd2f99c06128a31e28e58027a7dc6413d39c097cd652830a5ed45e08226dfe0ab70aabe7f7 ./.conf/VERSIONID
a99413b4dad7782c6e05e72c36d420ecd3eaa666911b1caaaecddc3b05875a9b6235ffeae904418fde2c9aa4d3898dd4fd9315d5f442e481749d832806831fbd ./.conf/PRGNAMEID
4484fdad7a8e3d71ad24de2b7ca8c78de7b961b1c3c8d99806efe6fe2cd72db518e48bf7246ff12b2a81a66b65beb0a0851da40e4ab9c4b27e4eaeedc699bffa ./.conf/VERSIONID
ee03c673a4887894fc67326b9229caab3e391bf711b0bb93f83fa732d200123e5fcf219448e829acde514863b6d9e4d5c54a4e3d8f060f45897607ba189c91de ./NOTICE.md
05a502a845e35bc0495a3a3006ae914785c48679dddd362bd98bd33c306ed2aa8fac57344b1b65955d41755c3967f3e991770764f6c2f14c6a52f3e52e00ef1c ./.github/FUNDING.yml
ec770c00aa2c6225a2e27e8f08bd3d1eb8882f2cde94c820ab48db0b0fb0175913cd43a851904ff015c95f1fa31bb787383608cf19eb9d34f572b5fa8f9250ab ./.github/workflows/greetings.yml
5e20f4451f28b2ad8cd03e174bafa7c5d2d08cb3d9c6364a1f36b47fa1a2ae7e222970337f1481f149b6f87894f59e113bc49924776d558f0eb0773f6eebcd56 ./.github/workflows/label.yml
ec770c00aa2c6225a2e27e8f08bd3d1eb8882f2cde94c820ab48db0b0fb0175913cd43a851904ff015c95f1fa31bb787383608cf19eb9d34f572b5fa8f9250ab ./.github/workflows/greetings.yml
4d98975d2749318d41060484f8c60a4f4e47f5a1c136bfe90d5d23e604613d83f7e0c90e2c1a7eb6828f50c911e85100f62ea413f3e42fe7fd1216b5a8b0b568 ./.github/workflows/stale.yml
7edbe983377bd58816d2578abb622a9e4936c4ad6f100917f273acc41c34183141d921d375491b04723b19db66c83e5ea85c8149f0d6ec9c1257f44dc6e99ced ./necessaryfunctions.bash
3157dc4ac22d78e64b8a72e06013c7087a66d9d4600955728130dcb086a3e8d4164189b2bc360873e62902bb8f615da5f89fc37b4e2952f8b96e96dddde7ff07 ./espritfunctions.bash
3c719910076bb24b03545f7af43b0722965a9951c9eb2a7ab3574489de70926739f5996833feda898045560e0bd96ab36b772c24a85f0666066ba8f2f8b279b5 ./.gitmodules
ccf293248249a718ec3e2dd92af558241a9510bbf575ed6af48158acc302cefd7b5cc41d30ac6e525c35de5afd396691a33a35890918d9b537046b1dcf8d7df0 ./404.md
f030f5e3654ef4cac77668d1a19c3ccca071f4263d1b48e902f1fb8686bad9b535c1f247f3652a363223a32307acb96307a4acfdb59aa7199bfae51c7cd36811 ./setupTermuxArch.sha512
bf573e74b4c963d458101a675ebba0c9ca592fce5b9ef08265cfd44b575dcc7b78cf3dd5cb5a3bd6f9cb1872eb9a6a3293d61cfe356c4308813cbdf28e979078 ./pullTermuxArchSubmodules.bash
20251c21db7e77e53a1936ec5cd8a5a9a02c5291b38beabafd50c9363d8603336e6f5dd2428d575ba09cab584bc7a3e21d4818da6bb669886b77955ae38bf500 ./CHANGE.log
d87962b05f29fca58b3ca44b5ba4f8534d218a925a31eab9d4ebb242b685029b6b4ab045bf9f3d94b59e1047dc3ba160e8684e264c247f3d56fba95827cc19af ./CONTRIBUTORS.md
1fbd5bbe1d7a8fad9bcbfe3410fab3ebbd1e79bc728b301eeb78b956357d3d0cd5829e500879e5621eb531147f2c2fc0e4f76f313dd515892bec6010bd3a2a00 ./LICENSE
ee03c673a4887894fc67326b9229caab3e391bf711b0bb93f83fa732d200123e5fcf219448e829acde514863b6d9e4d5c54a4e3d8f060f45897607ba189c91de ./NOTICE.md
5700a719a12768880ed69f71e9779a3a23bcd7095456cd9e43e426159a2f558c2a28aaee67760c632ca845038e1c4df49a117b2bf3a578826cd8334149dd0ddb ./README.md
39b06735e46e700f5bc89238ff6e9f430d3e9bd8bd837933cc67aaab10494ecc42f6d9b4e69d61eb373f624cd4d33bfda504341272cbab30c2051ab6bdc9f35c ./archlinuxconfig.bash
3157dc4ac22d78e64b8a72e06013c7087a66d9d4600955728130dcb086a3e8d4164189b2bc360873e62902bb8f615da5f89fc37b4e2952f8b96e96dddde7ff07 ./espritfunctions.bash
291ba33be221faa28957fb2e724841ed6a3428ecfa25c77604de3ff0f4b33a44b3f8808aafbc63aea3d859b956433188a2eac472c31291abb9d0c64283cb1222 ./getimagefunctions.bash
717d6c7e63429128a5b1e633a4a3dfb41a9fce4c4b1286989c02ee1fe3f3820ef13d1f0161f2917f98ca7b83d9499e5046f6c2d49839b1344c755880eac6f569 ./knownconfigurations.bash
a7139e398a4dda92bcd4561f61f84e98e4d64d32c3efacf157bf5c5deeff1366db8842d9c9f0b961777a4ecf4e5b49a5111bd0e6adb3d6af8da070859efc4ad3 ./printoutstatements.bash
5700a719a12768880ed69f71e9779a3a23bcd7095456cd9e43e426159a2f558c2a28aaee67760c632ca845038e1c4df49a117b2bf3a578826cd8334149dd0ddb ./README.md
4fcea964a194b88407beb1379ec048d8726aeba1d50abe10ad5c3b0b2d82294261d304b4b21e3c013d6040af676d18053607fef4953b942fbd8a81e9acb62366 ./setupTermuxArch
79c4fc1f96c9544162ae472d9732927bec0490e31b0e6f275872db3e8d3265ce5c0148aeef1ad748f655a734f4afc2dc0539dc2290ec46cea00cf1660a0f37ce ./maintenanceroutines.bash
7edbe983377bd58816d2578abb622a9e4936c4ad6f100917f273acc41c34183141d921d375491b04723b19db66c83e5ea85c8149f0d6ec9c1257f44dc6e99ced ./necessaryfunctions.bash
1f815f16c06b031e9416a74c2bdfadf31a2ca2aeb849afda582cc751dee5fc1d779e743734e6ad2f1e758fa97e1402b13c96adce74a0bed2143d92f52b8bae17 ./printoutstatements.bash
bf573e74b4c963d458101a675ebba0c9ca592fce5b9ef08265cfd44b575dcc7b78cf3dd5cb5a3bd6f9cb1872eb9a6a3293d61cfe356c4308813cbdf28e979078 ./pullTermuxArchSubmodules.bash
1fbd5bbe1d7a8fad9bcbfe3410fab3ebbd1e79bc728b301eeb78b956357d3d0cd5829e500879e5621eb531147f2c2fc0e4f76f313dd515892bec6010bd3a2a00 ./LICENSE
b08550ecb00c7ad0050faf6056ebd7bb919fae434799acd00e2e8afc7658ca69550c126194887b26a205a9835c81166017fecce41768d2f2a752e1bdf23b1b29 ./robots.txt
a966661e7118d430fd66829c8bd20e7884f9587f098a57c0110f1b7309dcbc7e474fde2e4229f91bbe3c42b67a6e6ba95b5e6879165930c7564bc3f66f08819a ./setupTermuxArch
c4c0babb5f20f2611de02fca218b68de097d3b32856e3c2e3c68dbd08a7e29882195997dbfdd3ae16cc667e99fd8ea474864ea7d3c315d4487eb608c8527844b ./setupTermuxArch.bash
c4c0babb5f20f2611de02fca218b68de097d3b32856e3c2e3c68dbd08a7e29882195997dbfdd3ae16cc667e99fd8ea474864ea7d3c315d4487eb608c8527844b ./setupTermuxArch.sh
d502af64309b6e8b5df0bd52d4c965101c02edc721a65a9c413afae452685048ca0d5a97c1cde72f0a80bb0c92e635bff6627fd347d840e1cd2d2b9ca8c1480c ./setupTermuxArch.sha512
35ac9a796d3eba95d1bcbddce6e435f949a5c613ee5291fab64e17a1fa82edb95b9ced31a97ccd0fd8a6dc5213708bd8db80549a5af470864c9b1af1ff7ab9b6 ./setupTermuxArch.tar.gz
0c2c6374e0a697b0e900b07f97f0b6e3d913224676442e54cd636d567c804b9ec7c48853fb91eab04455b9072b3311a46856e47e7364dedcbedb87925652c2b6 ./sitemap.xml
ccf293248249a718ec3e2dd92af558241a9510bbf575ed6af48158acc302cefd7b5cc41d30ac6e525c35de5afd396691a33a35890918d9b537046b1dcf8d7df0 ./404.md

1 comment on commit cfa603a

@SDRausty
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.