File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ echo "$RM_VAR" >> "$dest"
78
78
printf " ${GREEN} $Var_Dir folder was successfully created at $HOME \n${NO_COLOR} "
79
79
80
80
# 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
82
81
while true ; do
83
82
read -r -p " Do you want to download ROMs repo right now? " yn
84
83
case " $yn " in
@@ -91,8 +90,8 @@ while true; do
91
90
case " $yn " in
92
91
[Yy]* )
93
92
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
96
95
printf " Done\n"
97
96
exit ;;
98
97
[Nn]* )
You can’t perform that action at this time.
0 commit comments