Skip to content

Commit 6cbca55

Browse files
authored
v1.2.2 update
-Fixed source not syncing -Changed some text lol -Probably something else I forgot
1 parent 6aa5761 commit 6cbca55

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools-installation-script.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ echo "$RM_VAR" >> "$dest"
7878
printf "${GREEN}$Var_Dir folder was successfully created at $HOME\n${NO_COLOR}"
7979

8080
# repo download and source sync
81-
SYNC=repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags &> /dev/null # source sync variable
8281
while true; do
8382
read -r -p "Do you want to download ROMs repo right now? " yn
8483
case "$yn" in
@@ -91,8 +90,8 @@ while true; do
9190
case "$yn" in
9291
[Yy]* )
9392
printf "Press Ctrl + H to see hidden files\n"
94-
printf "Syncing source\n"
95-
$SYNC # source sync
93+
printf "Syncing source. It'll take couple of hours, depending on your internet connection.\n"
94+
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags &> /dev/null # source sync
9695
printf "Done\n"
9796
exit;;
9897
[Nn]* )

0 commit comments

Comments
 (0)