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:
@ -436,6 +436,9 @@ install_app () {
|
|||||||
echo "[ERROR] An error occurred while trying to install hyperglass."
|
echo "[ERROR] An error occurred while trying to install hyperglass."
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
|
source $HOME/.profile
|
||||||
|
export LC_ALL=C.UTF-8
|
||||||
|
export LANG=C.UTF-8
|
||||||
local successful=$(has_cmd "hyperglass")
|
local successful=$(has_cmd "hyperglass")
|
||||||
if [[ successful == 0 ]]; then
|
if [[ successful == 0 ]]; then
|
||||||
echo "[SUCCESS] Installed hyperglass."
|
echo "[SUCCESS] Installed hyperglass."
|
||||||
|
Reference in New Issue
Block a user