1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fix installed binary missing from path

This commit is contained in:
checktheroads
2020-02-24 09:05:39 -07:00
parent cf8c82b3ed
commit 6af79bda39

View File

@ -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."