Fix: Installer - Check clone verify

This commit is contained in:
alstjr7375 2021-06-25 12:04:37 +09:00
parent 6b77445698
commit eb68e82be2

View file

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