added hosts helper

This commit is contained in:
Nikolas Weger 2019-08-17 00:11:20 +02:00
parent 6c5938990e
commit 00fa0db118
7 changed files with 10 additions and 6 deletions

View file

@ -19,6 +19,10 @@ if pacman -Qm android-sdk-build-tools &>/dev/null; then
asdkver="$(pacman -Qm android-sdk-build-tools | awk '{print $2}' | cut -d'-' -f1 | cut -d'r' -f2)"
path+=(/opt/android-sdk/build-tools/${asdkver}); # Android SDK
fi
if test -d /games; then
path+=(/games/weidu/bin/amd64)
fi
path+=(/opt/phalcon-devtools)
PTOOLSPATH="/opt/phalcon-devtools/"