From d5748d4327cb8e8266e5ab86bc42f39b0d2519ce Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Tue, 9 Mar 2021 09:27:03 -0600 Subject: [PATCH] cd home - fix issue #439 --- install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install b/install index 16c3c6f..4fb39f1 100755 --- a/install +++ b/install @@ -7,6 +7,8 @@ function error { DIRECTORY="$(readlink -f "$(dirname "$0")")" +cd $HOME + #install yad automatically if ! command -v yad >/dev/null;then if [ -f /usr/bin/apt ];then