Skip to content

Commit 72a6822

Browse files
author
olevole
committed
change links
1 parent 9ac51c1 commit 72a6822

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

etc/defaults/fetch.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Details: https://github.com/cbsd/cbsd/blob/develop/share/docs/general/cbsd_fetch.md
1+
# Details: https://github.com/cbsd/cbsd-vmprofiles + https://github.com/cbsd/mirrors
22
#
33
# behavior when downloaded ISO is wrong CRC
44
# options:

subr/virtual.subr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ check_iso_sha256sum()
3535
_sha256sum_passed=1
3636
else
3737
${ECHO} "${N1_COLOR}Invalid CRC: ${N2_COLOR}${_sha256sum_new}${N0_COLOR}"
38-
${ECHO} "${N1_COLOR}See more details about CRC: ${N2_COLOR}https://www.bsdstore.ru/en/cbsd_fetch.html${N0_COLOR}"
38+
${ECHO} "${N1_COLOR}See more details about CRC: ${N2_COLOR}https://github.com/cbsd/cbsd-vmprofiles${N0_COLOR}"
3939
_sha256sum_passed=0
4040
fi
4141
else
42-
[ ${quiet} -ne 1 ] && ${ECHO} "${W1_COLOR}Check CRC sum skipped due to settings. ${N1_COLOR}See more: ${N2_COLOR}https://www.bsdstore.ru/en/cbsd_fetch.html${N0_COLOR}"
42+
[ ${quiet} -ne 1 ] && ${ECHO} "${W1_COLOR}Check CRC sum skipped due to settings. ${N1_COLOR}See more: ${N2_COLOR}https://github.com/cbsd/cbsd-vmprofiles${N0_COLOR}"
4343
_sha256sum_passed=1
4444
fi
4545

@@ -268,7 +268,6 @@ init_iso()
268268
[ -s "${_myfile}" ] && continue # skip all other mirror when file exist
269269
jswmode jname=${jname} mode=maintenance comment='Fetching_ISO'
270270

271-
272271
if [ -n "${progress_state_file}" ]; then
273272
fetchme -o ${outfile} -u ${i}${iso_img_dist} -p ${progress_state_file}
274273
else
@@ -285,6 +284,7 @@ init_iso()
285284
if [ ${sha256sum_passed} -ne 1 ]; then
286285
${ECHO} "${N1_COLOR}SHA256 sum wrong. Please update profiles or use ${N2_COLOR}CBSD_ISO_SKIP_CHECKSUM=yes${N1_COLOR} variable"
287286
${ECHO} "via env(1) or ${emulator}-default-default.conf config file to disable sha256sum validating${N0_COLOR}"
287+
${ECHO} "Info: https://github.com/cbsd/cbsd-vmprofiles"
288288
fi
289289
fi
290290

tools/fetch_iso

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ${H3_COLOR}See also${N0_COLOR}:
6767
# cbsd media --help
6868

6969
cat ~cbsd/etc/defaults/fetch_iso.conf - config file, use ~cbsd/etc/fetch_iso.conf to overwrite.
70-
url: https://www.bsdstore.ru/en/cbsd_fetch.html
70+
url: https://github.com/cbsd/cbsd-vmprofiles
7171

7272
"
7373

0 commit comments

Comments
 (0)