diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9236b3f..11f0811 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ stages: build_job: stage: build script: + - '& git submodule update --init --recursive' #pull the settings submodule - '& $env:CI_PROJECT_DIR\package.ps1' artifacts: expire_in: 1 yrs diff --git a/.gitmodules b/.gitmodules index 182d8be..1d63467 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "settings"] path = settings - url = git@gitlab.com:librewolf-community/settings.git + url = https://gitlab.com/librewolf-community/settings.git diff --git a/README.md b/README.md index 42c6311..5560cf0 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,10 @@ This is create a folder *librewolf* on current dir, with subfolder core (its content of the firefox.exe), with Firefox configured with scripts/settings of librewolf. From that point you can install using the setup.exe or simple execute the ***firefox.exe*** on the core folder. +## Cloning the repo +```powershell +git clone --recursive https://gitlab.com/brunoshiroma/windows.git +``` + ### Opensource Licences/Uses This scripts use and embed [7zip](https://www.7-zip.org/)