From eb68e82be2395976c1778bb9a306ad768e38b7c5 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 25 Jun 2021 12:04:37 +0900 Subject: [PATCH] Fix: Installer - Check clone verify --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index dda7ae3..61d2d6d 100755 --- a/install.sh +++ b/install.sh @@ -425,6 +425,9 @@ install_network() { git_check git clone -b "${leptonBranch}" https://github.com/black7375/Firefox-UI-Fix.git chrome + if ! [ -d "chrome" ]; then + lepton_error_message "Unable to find downloaded files" + fi local isProfile="" for profilePath in "${firefoxProfilePaths}"; do