From 544888631bd65ccf736321ed3008a58cd6091b52 Mon Sep 17 00:00:00 2001 From: Gabriel <88463214+Gabriel2392@users.noreply.github.com> Date: Fri, 21 Apr 2023 13:44:22 -0300 Subject: [PATCH] Update vendorsetup.sh --- universal7885-common/vendorsetup.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/universal7885-common/vendorsetup.sh b/universal7885-common/vendorsetup.sh index c7bb40e..b76f9a4 100755 --- a/universal7885-common/vendorsetup.sh +++ b/universal7885-common/vendorsetup.sh @@ -1,13 +1,7 @@ UNIVERSAL="device/samsung/universal7885-common" FM_PATH="packages/apps/FMRadio" -if [ -e ~/.git-credentials ]; then - MODE="https://" - SPERATOR="/" -else - MODE="git@" - SPERATOR=":" -fi -git clone --depth=1 "$MODE"github.com"$SPERATOR"eurekadevelopment/Eureka-Kernel-Exynos7885-Q-R-S-private.git -b R10.1-T_rom kernel/samsung/exynos7885 + +git clone --depth=1 https://github.com/eurekadevelopment/Eureka-Kernel-Exynos7885-Q-R-S -b R11_rom kernel/samsung/exynos7885 git clone https://github.com/eurekadevelopment/android_hardware_samsung_slsi_libbt hardware/samsung_slsi/libbt git clone https://github.com/eurekadevelopment/android_hardware_samsung_slsi_scsc_wifibt_wifi_hal.git hardware/samsung_slsi/scsc_wifibt/wifi_hal git clone https://github.com/lineageos/android_hardware_samsung_slsi_scsc_wifibt_wpa_supplicant_lib hardware/samsung_slsi/scsc_wifibt/wpa_supplicant_lib