From 6af79bda39a2dd8f2d83cafd8c87d07c191ee16f Mon Sep 17 00:00:00 2001 From: checktheroads Date: Mon, 24 Feb 2020 09:05:39 -0700 Subject: [PATCH] fix installed binary missing from path --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index a9a7d70..cd9f2a5 100755 --- a/install.sh +++ b/install.sh @@ -436,6 +436,9 @@ install_app () { echo "[ERROR] An error occurred while trying to install hyperglass." exit 1 else + source $HOME/.profile + export LC_ALL=C.UTF-8 + export LANG=C.UTF-8 local successful=$(has_cmd "hyperglass") if [[ successful == 0 ]]; then echo "[SUCCESS] Installed hyperglass."