Skip to content

Commit

Permalink
Commit on 20180222 branch master 034183450
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Feb 22, 2018
1 parent 1450a82 commit 16517a8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Expand Up @@ -52,6 +52,8 @@ jlam: contributed `getprop ro.product.device` Chromebook detection, `getprop ro.

[@vishalbiswas](https://github.com/vishalbiswas) contributed: `export LD_PRELOAD=$PREFIX/lib/libtermux-exec.so`. Result: setupTermuxArch.sh improved!

[wulvyrn](https://github.com/wulvyrn) contributed: `pacman -S rng-tools`, `rngd -r /dev/urandom` which resolves `pacman-key --init` in issues #28, #33 and #46. Result: setupTermuxArch.sh improved!

[@xeffyr](https://github.com/Xeffyr) contributed: debugging wget v1.19.3 errors and insight into PRoot. Result: setupTermuxArch.sh improved!

Thank you for making this project work better and please contribute 馃攩聽 See [Notice to Contributors](NOTICE) for information. See [PRoot](docs/PRoot) for more information about Linux on device with Termux.
5 changes: 3 additions & 2 deletions scripts/files/stable/archsystemconfigs.sh
Expand Up @@ -244,11 +244,12 @@ makefinishsetup ()
fi
cat >> root/bin/$binfs <<- EOM
if [ $(getprop ro.product.cpu.abi) = x86 ] || [ $(getprop ro.product.cpu.abi) = x86_64 ];then
pacman -Syu sed --noconfirm ||:
pacman -Syu rng-tools sed --noconfirm ||:
else
pacman -Syu --noconfirm ||:
pacman -Syu rng-tools --noconfirm ||:
fi
locale-gen
rngd -r /dev/urandom
printf '\033]2; 馃暃 > 馃暀 Arch Linux in Termux is installed and configured. 馃摬 \007'
rm \$HOME/bin/finishsetup.sh 2>/dev/null ||:
EOM
Expand Down
5 changes: 3 additions & 2 deletions scripts/files/working/archsystemconfigs.sh
Expand Up @@ -244,11 +244,12 @@ makefinishsetup ()
fi
cat >> root/bin/$binfs <<- EOM
if [ $(getprop ro.product.cpu.abi) = x86 ] || [ $(getprop ro.product.cpu.abi) = x86_64 ];then
pacman -Syu sed --noconfirm ||:
pacman -Syu rng-tools sed --noconfirm ||:
else
pacman -Syu --noconfirm ||:
pacman -Syu rng-tools --noconfirm ||:
fi
locale-gen
rngd -r /dev/urandom
printf '\033]2; 馃暃 > 馃暀 Arch Linux in Termux is installed and configured. 馃摬 \007'
rm \$HOME/bin/finishsetup.sh 2>/dev/null ||:
EOM
Expand Down
2 changes: 1 addition & 1 deletion setupTermuxArch.sha512
@@ -1 +1 @@
6ef1db4d77d119d96056cc0e87cff034b7b5d6813e81e5510afd366d898100900534b689c3f48f3c6394655a03bf148156f0e8f065c8c1b4fd2cb34f22807691 setupTermuxArch.tar.gz
6e08f5a830b4f693241d3839e4f69472dec39872ea8f20bfc920bb86179d8f2be4d509b3c5ecbd99d1ab762507e3d5e372f682657eb9c005102336db709ce862 setupTermuxArch.tar.gz
Binary file modified setupTermuxArch.tar.gz
Binary file not shown.

0 comments on commit 16517a8

Please sign in to comment.