mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Installer - Check clone verify
This commit is contained in:
parent
6b77445698
commit
eb68e82be2
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue