-
Notifications
You must be signed in to change notification settings - Fork 1
/
my_trees.sh
executable file
·20 lines (11 loc) · 1.09 KB
/
my_trees.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash
echo "---------------------------------------------------Cloning Device Tree-----------------------------------------------------"
git clone git@github.com:Shivamingale3/device_motorola_tundra.git device/motorola/tundra
echo "---------------------------------------------------Cloning Vendor Tree-----------------------------------------------------"
git clone git@gitlab.com:shivamingale3/vendor-motorola-tundra.git vendor/motorola/tundra
echo "---------------------------------------------------Cloning Kernel Tree-----------------------------------------------------"
git clone git@github.com:Shivamingale3/kernel_motorola_tundra.git -b main kernel/motorola/tundra
echo "---------------------------------------------------Cloning qcom------------------------------------------------------------"
git clone https://github.com/LineageOS/android_system_qcom.git system/qcom
echo "---------------------------------------------------Cloning hardware--------------------------------------------------------"
git clone https://github.com/LineageOS/android_hardware_motorola.git hardware/motorola