Skip to content

Commit

Permalink
Commit on 20180226 branch master 199126497
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Feb 27, 2018
1 parent 11da175 commit c198a23
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
7 changes: 4 additions & 3 deletions scripts/files/stable/archsystemconfigs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,13 +243,14 @@ makefinishsetup ()
:
fi
cat >> root/bin/$binfs <<- EOM
printf "\n"
if [ $(getprop ro.product.cpu.abi) = x86 ] || [ $(getprop ro.product.cpu.abi) = x86_64 ];then
pacman -Syu sed --noconfirm ||:
printf '\033]2; 馃暃 > 馃暀 Arch Linux in Termux is installed. 馃摬 \007'
else
pacman -Syu --noconfirm ||:
locale-gen ||:
printf '\033]2; 馃暃 > 馃暀 Arch Linux in Termux is installed and configured. 馃摬 \007'
fi
locale-gen ||:
printf '\033]2; 馃暃 > 馃暀 Arch Linux in Termux is installed and configured. 馃摬 \007'
EOM
chmod 770 root/bin/finishsetup.sh
# rm \$HOME/bin/finishsetup.sh 2>/dev/null ||:
Expand Down
7 changes: 4 additions & 3 deletions scripts/files/working/archsystemconfigs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,13 +243,14 @@ makefinishsetup ()
:
fi
cat >> root/bin/$binfs <<- EOM
printf "\n"
if [ $(getprop ro.product.cpu.abi) = x86 ] || [ $(getprop ro.product.cpu.abi) = x86_64 ];then
pacman -Syu sed --noconfirm ||:
printf '\033]2; 馃暃 > 馃暀 Arch Linux in Termux is installed. 馃摬 \007'
else
pacman -Syu --noconfirm ||:
locale-gen ||:
printf '\033]2; 馃暃 > 馃暀 Arch Linux in Termux is installed and configured. 馃摬 \007'
fi
locale-gen ||:
printf '\033]2; 馃暃 > 馃暀 Arch Linux in Termux is installed and configured. 馃摬 \007'
EOM
chmod 770 root/bin/finishsetup.sh
# rm \$HOME/bin/finishsetup.sh 2>/dev/null ||:
Expand Down
2 changes: 1 addition & 1 deletion setupTermuxArch.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
56be49902276e9e0a7cf4ba1e3ac65b0b95d86a89b49f4af1a7d71eb026a66216f59fa5a13248c4f31ce09dfe37abc40b31ca8e6ee78aaa2d851b43a80e7375b setupTermuxArch.tar.gz
8b33be2c114ef72ea7726f9652188f15cfafa5fbada7734ab00c7037fdd22563eab06abe7080e41e60d0d5bfe3c953f1d5625c656c010b6508ffe4dc0505270f setupTermuxArch.tar.gz
Binary file modified setupTermuxArch.tar.gz
Binary file not shown.

0 comments on commit c198a23

Please sign in to comment.