Skip to content

Commit

Permalink
Commit on 20180124 branch master 673682170.
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Jan 24, 2018
1 parent cbbb88e commit d95d6ee
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

[@developer787](https://github.com/developer787) submitted an issue. Result: setupTermuxArch.sh improved!

[@fornwall](https://github.com/fornwall) contributed: pushed wget v1.19.4 fixing wget v1.19.3 errors Result: setupTermuxArch.sh improved!

[@iantothecore](https://github.com/iantothecore) submitted an issue. Result: setupTermuxArch.sh improved!

[@imdaveho](https://github.com/imdaveho) helped debug Chromebook. Result: setupTermuxArch.sh improved!
Expand All @@ -32,6 +34,10 @@ jlam: contributed `getprop ro.product.device` Chromebook detection, `getprop ro.

[@Soph1a7](https://github.com/Soph1a7) contributed to issues and submitted pull requests (locale-gen, printf, quiet, mirrors, `wget -A tar.gz -m -nd -np http://mirrors.evowise.com/archlinux/iso/latest`, et al ). Also provided numerous constructive suggestions. Result: setupTermuxArch.sh greatly improved, and working with this project improved too!

[@staymetal](https://github.com/staymetal) contributed: debugging wget v1.19.3 errors Result: setupTermuxArch.sh improved!

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

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

Thank you for making this project work better and please contribute 🔆  See [Notice to Contributors](NOTICE) for more information. Please see [PRoot](docs/PRoot) for more information about Linux on device with Termux.
17 changes: 8 additions & 9 deletions scripts/files/stable/archsystemconfigs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ addga ()
git add .
fi
EOM
chmod 700 root/bin/ga
chmod 770 root/bin/ga
}

addgcl ()
Expand All @@ -85,7 +85,7 @@ addgcl ()
git clone \$@
fi
EOM
chmod 700 root/bin/gcl
chmod 770 root/bin/gcl
}

addgcm ()
Expand All @@ -99,7 +99,7 @@ addgcm ()
git commit
fi
EOM
chmod 700 root/bin/gcm
chmod 770 root/bin/gcm
}

addgpl ()
Expand All @@ -113,7 +113,7 @@ addgpl ()
git pull
fi
EOM
chmod 700 root/bin/gpl
chmod 770 root/bin/gpl
}

addgp ()
Expand Down Expand Up @@ -145,7 +145,6 @@ addmotd ()
Search packages: \033[0m\033[34mpacman -Ss <query>\033[0m\033[1;34m
Upgrade packages: \033[0m\033[34mpacman -Syu \n\033[0m"
EOM
chmod 700 root/bin/gp
}

addresolvconf ()
Expand All @@ -168,7 +167,7 @@ addt ()
tree \$@
fi
EOM
chmod 700 root/bin/t
chmod 770 root/bin/t
}

addv ()
Expand All @@ -177,7 +176,7 @@ addv ()
#!/bin/bash -e
vim \$@
EOM
chmod 700 root/bin/v
chmod 770 root/bin/v
}

addyt ()
Expand All @@ -192,7 +191,7 @@ addyt ()
youtube-dl \$@
fi
EOM
chmod 700 root/bin/yt
chmod 770 root/bin/yt
}

makefinishsetup ()
Expand Down Expand Up @@ -222,6 +221,6 @@ makefinishsetup ()
printf '\033]2; 🕙 < 🕛 Your Arch Linux in Termux is installed and configured. 📲 \007'
rm \$HOME/bin/finishsetup.sh 2>/dev/null ||:
EOM
chmod 700 root/bin/finishsetup.sh
chmod 770 root/bin/finishsetup.sh
}

2 changes: 1 addition & 1 deletion setupTermuxArch.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
40381d9acc21105c5b2f410cdbbd6afb setupTermuxArch.tar.gz
a065abc72fa8992d1cf4660f3d2574ec setupTermuxArch.tar.gz
Binary file modified setupTermuxArch.tar.gz
Binary file not shown.

0 comments on commit d95d6ee

Please sign in to comment.