fix install path

pull/5/head
Adam Veldhousen 2019-12-11 19:06:46 -06:00
parent fc0be8be97
commit 99ee1e2c79
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 6 additions and 4 deletions

View File

@ -88,9 +88,11 @@ fi
#------------------------------------------------------------------
mkdir -p ${HOME_DIR}/.bin;
source ${BASE_DIR}/apps/golang.sh;
source ${BASE_DIR}/apps/node.sh;
source ${BASE_DIR}/apps/rust.sh;
source ${BASE_DIR}/apps/rvm.sh;
APP_INSTALLS=${BASE_DIR}/installers/app;
source ${APP_INSTALLS}/golang.sh;
source ${APP_INSTALLS}/node.sh;
source ${APP_INSTALLS}/rust.sh;
source ${APP_INSTALLS}/rvm.sh;
find ${HOME} ! -path "${HOME}/projects" ! -path "${HOME}" | xargs -I {} chown $@ {};