From 6a0c39d14ffa75c4cca5a4367978e5a3861db6bd Mon Sep 17 00:00:00 2001 From: Tad Date: Wed, 20 Mar 2019 22:43:38 -0400 Subject: [PATCH] Submodule updates --- .gitmodules | 6 +++--- Scripts/LineageOS-16.0/Functions.sh | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 042b6c4a..170e0562 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "Patches/DivestOS_Wallpapers"] path = Patches/Wallpapers - url = git@gitlab.com:divested/wallpapers.git + url = git@gitlab.com:divested-mobile/wallpapers.git [submodule "Patches/Linux"] path = Patches/Linux - url = git@gitlab.com:divested/kernel_patches.git + url = git@gitlab.com:divested-mobile/kernel_patches.git [submodule "PrebuiltApps"] path = PrebuiltApps - url = git@gitlab.com:divested/prebuilt_apps.git + url = git@gitlab.com:divested-mobile/prebuilt_apps.git diff --git a/Scripts/LineageOS-16.0/Functions.sh b/Scripts/LineageOS-16.0/Functions.sh index 494bc062..f3f97724 100644 --- a/Scripts/LineageOS-16.0/Functions.sh +++ b/Scripts/LineageOS-16.0/Functions.sh @@ -61,6 +61,7 @@ patchWorkspace() { source build/envsetup.sh; repopick 244148; #log spam fix + repopick 244499; #fix missing nav bar after switching users source "$DOS_SCRIPTS/Patch.sh"; source "$DOS_SCRIPTS/Defaults.sh";