Skip to content

Commit

Permalink
commit 344847117 on 20200905
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Sep 5, 2020
1 parent 75fad33 commit f835661
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .conf/VERSIONID
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.171
2.0.172
8 changes: 4 additions & 4 deletions archlinuxconfig.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ _ADDAUSER_() {
_FUNADDU_() {
if [[ -z "\${1:-}" ]]
then
printf "\\\\e[1;31mUSE: \\\\e[1;37m'addauser username'\\\\e[1;31m: EXITING...\\\\n"
printf "\\\\e[1;31mUSAGE: \\\\e[1;37m'addauser username'\\\\e[1;31m: EXITING...\\\\n"
exit 201
else
if [ "\$UID" != "0" ]
then
printf "\\\\n\\\\e[1;31mERROR:\\\\e[1;37m %s\\\\e[1;31m: EXITING...\\\\e[0m\\\\n\\\\n" "Script '\${0##*/}' must be run using the root account, not the '\$(whoami)' account"
printf "\\\\n\\\\e[1;31mUSAGE:\\\\e[1;37m %s\\\\e[1;31m: EXITING...\\\\e[0m\\\\n\\\\n" "Script '\${0##*/}' must be run using the root account, not the '\$(whoami)' account"
else
printf "\\\\e[0;32m%s\\\\n\\\\e[1;32m" "Adding Arch Linux in Termux PRoot user '\$1' and creating Arch Linux in Termux PRoot user \$1's home directory in /home/\$1..."
sed -i "/# %wheel ALL=(ALL) NOPASSWD: ALL/ s/^# *//" "/etc/sudoers"
Expand Down Expand Up @@ -640,8 +640,8 @@ _ADDmakefakeroottcp_() {
else
[ ! -f /var/lock/patchmakepkg.lock ] && patchmakepkg
printf "%s\\\\n" "Building and installing fakeroot-tcp: "
([[ ! "\$(command -v automake)" ]] || [[ ! "\$(command -v fakeroot)" ]] || [[ ! "\$(command -v git)" ]] || [[ ! "\$(command -v po4a)" ]]) 2>/dev/null && (pci automake base-devel fakeroot git po4a libtool || sudo pci automake base-devel fakeroot git po4a libtool)
cd && (git clone https://aur.archlinux.org/fakeroot-tcp.git && cd fakeroot-tcp && makepkg -irs && libtool --finish /usr/lib/libfakeroot) || printf "%s\\\\n" "Continuing to build and install fakeroot-tcp: " && cd fakeroot-tcp && sed -i 's/ patch/ sudo patch/g' PKGBUILD && makepkg -irs
([[ ! "\$(command -v automake)" ]] || [[ ! "\$(command -v fakeroot)" ]] || [[ ! "\$(command -v git)" ]] || [[ ! "\$(command -v gcc)" ]] || [[ ! "\$(command -v po4a)" ]]) 2>/dev/null && (pci automake base-devel fakeroot git gcc po4a libtool || sudo pci automake base-devel fakeroot git gcc po4a libtool)
cd && (git clone https://aur.archlinux.org/fakeroot-tcp.git && cd fakeroot-tcp && sed -i 's/ patch/ sudo patch/g' PKGBUILD && makepkg -irs && libtool --finish /usr/lib/libfakeroot) || printf "%s\\\\n" "Continuing to build and install fakeroot-tcp: " && cd fakeroot-tcp && sed -i 's/ patch/ sudo patch/g' PKGBUILD && makepkg -irs
printf "%s\\\\n" "Building and installing fakeroot-tcp: DONE 🏁"
fi
# makefakeroottcp EOF
Expand Down
4 changes: 2 additions & 2 deletions knownconfigurations.bash
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ _PR00TSTRING_() { # construct the PRoot init statement
then
PROOTSTMNT+="--kill-on-exit "
fi
PROOTSTMNT+="--link2symlink -0 -R $INSTALLDIR "
PROOTSTMNT+="--link2symlink -S $INSTALLDIR "
# file var/binds/fbindexample.prs has a few more examples
if [[ -n "$(ls -A "$INSTALLDIR"/var/binds/*.prs)" ]]
then
Expand Down Expand Up @@ -121,7 +121,7 @@ _PR00TSTRING_() { # construct the PRoot init statement
fi
done
PROOTSTMNT+="-w \"\$PWD\" /usr/bin/env -i HOME=/root TERM=\"\$TERM\" TMPDIR=/tmp ANDROID_DATA=/data " # create PRoot user string
PROOTSTMNTU="${PROOTSTMNT//--link2symlink }" # create PRoot user string
PROOTSTMNTU="${PROOTSTMNT//-S/-R}" # create PRoot user string
}
_PR00TSTRING_
## uncomment the next line to test function _PR00TSTRING_
Expand Down
4 changes: 2 additions & 2 deletions necessaryfunctions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ _MAKESTARTBIN_() {
printf '\033]2; $STARTBIN login user [options] 📲 \007'
set +Eeuo pipefail
EOM
printf "%s\\n" "$PROOTSTMNTU /bin/su - \"\$AR2AR\" ||:" >> "$STARTBIN"
printf "%s\\n" "$PROOTSTMNT /bin/su - \"\$AR2AR\" ||:" >> "$STARTBIN"
cat >> "$STARTBIN" <<- EOM
set -Eeuo pipefail
printf '\033]2; $STARTBIN login user [options] 📲 \007'
Expand All @@ -330,7 +330,7 @@ _MAKESTARTBIN_() {
fi
set +Eeuo pipefail
EOM
printf "%s\\n" "$PROOTSTMNTU /bin/su - \"\$2\" -c \"\$AR3AR\" ||:" >> "$STARTBIN"
printf "%s\\n" "$PROOTSTMNT /bin/su - \"\$2\" -c \"\$AR3AR\" ||:" >> "$STARTBIN"
cat >> "$STARTBIN" <<- EOM
set -Eeuo pipefail
printf '\033]2; $STARTBIN su user command 📲 \007'
Expand Down
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]="# IFS=$'\\n\\t'"
FLHDR1[2]="set -Eeuo pipefail"
FLHDR1[3]="shopt -s nullglob globstar"
FLHDR1[4]="unset LD_PRELOAD"
FLHDR1[5]="VERSIONID=2.0.170"
FLHDR1[5]="VERSIONID=2.0.171"
FLHDR1[6]=" "
FLHDRP[0]="## BEGIN #####################################################################"
FLHDRP[1]=""
Expand Down
2 changes: 1 addition & 1 deletion setupTermuxArch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IFS=$'\n\t'
set -Eeuo pipefail
shopt -s nullglob globstar
umask 022
VERSIONID=2.0.170
VERSIONID=2.0.171
## INIT FUNCTIONS ##############################################################
_STRPERROR_() { # run on script error
local RV="$?"
Expand Down
2 changes: 1 addition & 1 deletion setupTermuxArch.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IFS=$'\n\t'
set -Eeuo pipefail
shopt -s nullglob globstar
umask 022
VERSIONID=2.0.170
VERSIONID=2.0.171
## INIT FUNCTIONS ##############################################################
_STRPERROR_() { # run on script error
local RV="$?"
Expand Down
2 changes: 1 addition & 1 deletion setupTermuxArch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IFS=$'\n\t'
set -Eeuo pipefail
shopt -s nullglob globstar
umask 022
VERSIONID=2.0.170
VERSIONID=2.0.171
## INIT FUNCTIONS ##############################################################
_STRPERROR_() { # run on script error
local RV="$?"
Expand Down
2 changes: 1 addition & 1 deletion setupTermuxArch.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
def6c6900f4780c6eabbe541e13f4dddab83a884b76446e803b28af113687eda23e2747fe9f28ef2e7b5a466be9a46d156df86d1f0106c68383239dfc4c812d1 setupTermuxArch.tar.gz
5978938c4649e8637668785d8b245fbdddd55ee02ddbb462ed4c9335527b4c62e0ec553c68d5a1536ba50476a417716ae68c291e533ca7bda079e73e0f46c472 setupTermuxArch.tar.gz
Binary file modified setupTermuxArch.tar.gz
Binary file not shown.
20 changes: 10 additions & 10 deletions sha512.sum
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
0e36f770a17f83a20107653a787f01f2fd15f53e79fe03f2b9a08444f7345d94e8f13d8ccb62b5f5e0bacb6bd3b575a18d340d73f65da42a010bc84fe044a36f ./getimagefunctions.bash
f5f36554698e7866c68bbd1ed40ea3a4d9c331b0bca9f730915f6bf746626222178156d6788d35cc2430134e15c4aa9fc2fc7cdc8e9b0310cd115c3b438e4ca5 ./diff.makepkg.zip
cf81bb7854d4788aca487079f5100aca771708bb5600b8a8546bd48e00acc9accdc6e2a4760f4217c87b7fe0b9fdef812e7a686bac0b96bd764882af60f8e1eb ./espritfunctions.bash
71788882ac46bb9d70192740944d56faf51af31a17a608a1cd4503a3f54572c5ef9e5020abdd3eb08871d8a23fddd9c705a889b53898c774f36edda24d0462c6 ./necessaryfunctions.bash
76d1f8ccf302606b1ddaba890b4743233f2dfe6ed0d4e99e5e7f83f3e5dd964d099ef7a63186509b6f67163072c264794484f997989971aabf75b2251b968919 ./necessaryfunctions.bash
baa3d794801ed459f1d1f2b0d91539fdec621007f5c5c417513ef217567b5d172b8f7f6c5509f8a6de3d5a3a61765ba2c31cac1f9ae905be350ba833a9229e7b ./init.sh
6b5f9e5377add0d3211f2e3b6db375e9c18a92d258d4612c1cfc2036583bfaa47206d92940800c661c1bd5de0042088f205a3b52b58b35a713f62aac0f2ab243 ./gsa.bash
22b51f31559dda196a4f2c523d900cc94477e530669c00b7b1f08fffddc1f5bdc26b3cce14e513a2bd21b6995e871142cbb6bc2c67be0c38481c28604756d6fc ./maintenanceroutines.bash
c99361edbf71fedab9c5dada08fb0f6e6e7882922d1d40f100af8cb1f46835711baa82bb723a75d898f6f9750884bfff293a7fb86aaa1ae13547d4043ff864e1 ./README.md
8fa003af5524d81bfcd74663833f64bc00791a1ca7894f74bfaba8012736ed60beaf89ca932fd69a0fa3104e9a48944bc1a0b14634a41848688af6d409859024 ./CHANGE.log
5decf1f87a072d9b0bc65a5aefd10053c9bc490a5c011de8d58c885974bd5033a178175daa6dd907dfd1881684a2d7ec60f2fcadc5610b868fad68a32020900e ./pullTermuxArchSubmodules.sh
def6c6900f4780c6eabbe541e13f4dddab83a884b76446e803b28af113687eda23e2747fe9f28ef2e7b5a466be9a46d156df86d1f0106c68383239dfc4c812d1 ./setupTermuxArch.tar.gz
5dec67bd01e1326004882116934ae64e717874f8d3a653982ba4ff2680a3afd84eb53bf41f220f08c62e128325578db83aecc356a60b74d94f65acfd4e53666f ./knownconfigurations.bash
affbdc54e1f9f2c0734bc68f1870b227ef3bc2348604850356d493e03d99598f1482e9313ff35dd6dd2c60878ff3e7eb2c19c31bd78069344229948bd97b963f ./archlinuxconfig.bash
5978938c4649e8637668785d8b245fbdddd55ee02ddbb462ed4c9335527b4c62e0ec553c68d5a1536ba50476a417716ae68c291e533ca7bda079e73e0f46c472 ./setupTermuxArch.tar.gz
fb9a3610cf87d8f23f2ef3a2fb2a558274146f74df77b6d05d4c416ac8b5d1741e384db633a7ab4dea94caeba3f1afb2630e4e58ab74c0e314c6477c1ea657dc ./knownconfigurations.bash
c9fdcbec19f75e6eca5d95a4b753a68dc1db7ca0ee62bd88b888ca726f083c7fa03ed4f4c1bf56dd57b29be490ccddc8319961953ddf6e4816d93d9f254e4493 ./archlinuxconfig.bash
05a502a845e35bc0495a3a3006ae914785c48679dddd362bd98bd33c306ed2aa8fac57344b1b65955d41755c3967f3e991770764f6c2f14c6a52f3e52e00ef1c ./.github/FUNDING.yml
5e20f4451f28b2ad8cd03e174bafa7c5d2d08cb3d9c6364a1f36b47fa1a2ae7e222970337f1481f149b6f87894f59e113bc49924776d558f0eb0773f6eebcd56 ./.github/workflows/label.yml
ec770c00aa2c6225a2e27e8f08bd3d1eb8882f2cde94c820ab48db0b0fb0175913cd43a851904ff015c95f1fa31bb787383608cf19eb9d34f572b5fa8f9250ab ./.github/workflows/greetings.yml
4d98975d2749318d41060484f8c60a4f4e47f5a1c136bfe90d5d23e604613d83f7e0c90e2c1a7eb6828f50c911e85100f62ea413f3e42fe7fd1216b5a8b0b568 ./.github/workflows/stale.yml
be4cf1b862e9843e359c08d8fbe90eff27e193a4f864b1937b3cad1fffecdf2374541eb21359fbe6b346e4bd1db4e223861878389f8e887f78ba06f53feb8eb7 ./.gitpod.yml
1fbd5bbe1d7a8fad9bcbfe3410fab3ebbd1e79bc728b301eeb78b956357d3d0cd5829e500879e5621eb531147f2c2fc0e4f76f313dd515892bec6010bd3a2a00 ./LICENSE
f9af239b254281189904314a4302369a34defea8952f0b99f897ec0bf436d30701150818395e8f880c21f6b0a8a4545d2066bae4b030ec32dce0434207cc4a5e ./setupTermuxArch
dd629f7f1e685048787962f187935a3382df967b0b26bdf2e9e56edcd4f6b8d9960b6ce17af825f0e6121dc11e346e7a64b2c28419a3108e0126dbb930172644 ./setupTermuxArch
9ae12dac3a7ad11cc929036d608e0113595925c48f6f9bf65af299bf01e1b0dbf9eedaa118c53bf957ae909c52e322bf7431b95ca0cc8517924321c678346dcb ./sitemap.txt
90559e5df2d5893d892680f9618863cd946d1677098b5c69edba59d8475b3d38f2e558e799bb4c85d354ef6abe232e31d90ca307a039d17db4bf402dc1f9786e ./.gitmodules
c70d14e65f939cdbf37975de2437bcc9d9067a64e1ee2793c085a03737bce93c3f5b8c239ec19aeb390ad4c5718929f90f75bf683f5c5a147e14b679a5483c6f ./printoutstatements.bash
42d94fc382ad000d34eba30cc3ff3efcee8e582e77c886ccd674c157864ce301f9e7eda2f2388b8e4a00b1533440f54554f5392f245cfbe83ed1cbff8bc6e8cb ./printoutstatements.bash
e3e04c865fd494f4c6e2492d30ae34008073fdb652ebdd7f9d47cd34c065b8abbefea94247810522babbe83a617f08a1e3c43c0682dcfb1185752cd22130eab8 ./CONTRIBUTORS.md
ccf293248249a718ec3e2dd92af558241a9510bbf575ed6af48158acc302cefd7b5cc41d30ac6e525c35de5afd396691a33a35890918d9b537046b1dcf8d7df0 ./404.md
b5f2d095c9a8dca60c774f55ec0b776d227da98596d42b74a10e3e4bf06eec538cae9797b58154dd20b92c921fdcaef0183d524d822388fc1fa2b86904fff1a9 ./uprTermuxArch.bash
57b150f8576607d02526f50b3912821f38f84c31d343a72909c88ea7cdec87eedffd40d7e8d718ed865f753d5cb7727a007f9da0417acf70ca9fa06378358833 ./.conf/VERSIONID
0391877d39b4fa5ee3f770ed8448ce46afcbc951686218e2dbca97e05ddcdc84d8ccf8c675c66bbdcb9cb95bc2bd5629a929421a758db6cc21e11bdc85da1d0a ./.conf/VERSIONID
f5f36554698e7866c68bbd1ed40ea3a4d9c331b0bca9f730915f6bf746626222178156d6788d35cc2430134e15c4aa9fc2fc7cdc8e9b0310cd115c3b438e4ca5 ./makepkg.diff.zip
494c1a4bbb505fb3009f0e434530b6401adf6fb502fd0f01eb31b757e6dd397fd2e78dc603ef03de0f86faaa25fcb763f1b5b8c2aa397ff8f5cbda6728351722 ./NOTICE.md
6f8a50ec0f811b35515666ecf5131bc59391a32a4760dd9994c64b2209544532dac4160c61dc0a53622b6453d34e6061b810e7a64bdcc853cf795e10d21ba3b8 ./robots.txt
f9af239b254281189904314a4302369a34defea8952f0b99f897ec0bf436d30701150818395e8f880c21f6b0a8a4545d2066bae4b030ec32dce0434207cc4a5e ./setupTermuxArch.sh
f9af239b254281189904314a4302369a34defea8952f0b99f897ec0bf436d30701150818395e8f880c21f6b0a8a4545d2066bae4b030ec32dce0434207cc4a5e ./setupTermuxArch.bash
dd629f7f1e685048787962f187935a3382df967b0b26bdf2e9e56edcd4f6b8d9960b6ce17af825f0e6121dc11e346e7a64b2c28419a3108e0126dbb930172644 ./setupTermuxArch.sh
dd629f7f1e685048787962f187935a3382df967b0b26bdf2e9e56edcd4f6b8d9960b6ce17af825f0e6121dc11e346e7a64b2c28419a3108e0126dbb930172644 ./setupTermuxArch.bash
b9303b1c4ccd5cb151e65c243005e9bcf59182b02fb413d47a255672a85dc08adf323e754d1615f9ce5962e97b7824d2a78047cd56972c9109f3e7e5d1ab7a17 ./.gitpod.Dockerfile
761efb553a1039b97330559bb7665a326f4fa563035dcebd8d342506cef36f673e1606dc1282a8947b42b09921cf56a5d549faeabafab22de104b6c306d2d084 ./setupTermuxArch.sha512
a54ad02c9c9e795dec8403d4b3a9e580406a35b55c6836981cd194ec694de0a51b99d4f86ff87481e50c17dfa554754e3b2ae99433eb9467a5463fa50741f186 ./setupTermuxArch.sha512

0 comments on commit f835661

Please sign in to comment.