You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: usr/share/usability-misc/dist-installer-cli-standalone
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -416,7 +416,7 @@ get_os(){
416
416
*) distro="${os}${kernel}";;
417
417
esac
418
418
419
-
## Debian testing /etc/os-release does not contain VERSION_ID.
419
+
## Debian 'testing' /etc/os-release does not contain VERSION_ID.
420
420
ifecho"${distro}"| grep --quiet "/sid";then
421
421
debian_testing_or_unstable_detected=1
422
422
fi
@@ -437,21 +437,21 @@ get_os(){
437
437
log notice "Distribution/Derivative version detected: '${distro_version}' / '${distro_derivative_version}'"
438
438
439
439
if [ "$debian_testing_or_unstable_detected"="1" ];then
440
-
log notice "Debian testing or unstable detection: 'success'"
440
+
log notice "Debian 'testing' or 'unstable' detection: 'success'"
441
441
iftest"${oracle_repo}" = "1";then
442
-
log error "You are attempting to use '--oracle-repo' on Debian testing. This is impossible."
442
+
log error "You are attempting to use '--oracle-repo' on Debian 'testing' or 'unstable'. This is impossible."
443
443
iftest"${ci}" = "1";then
444
-
die 0 "${underline}Distribution Test Result:${nounderline} Oracle doesn't provide a Debian testing or unstable repository. Skipped on CI to avoid breaking the CI testing."
444
+
die 0 "${underline}Distribution Test Result:${nounderline} Oracle doesn't provide a Debian 'testing' or 'unstable' repository. Skipped on CI to avoid breaking the CI 'testing' or 'unstable'."
445
445
else
446
-
die 101 "${underline}Distribution Test Result:${nounderline} Oracle doesn't provide a Debian testing or unstable repository."
446
+
die 101 "${underline}Distribution Test Result:${nounderline} Oracle doesn't provide a Debian 'testing' or 'unstable' repository."
447
447
fi
448
448
fi
449
449
log info "Not attempting to use '--oracle-repo' on Debian 'testing' or 'unstable', good."
450
-
## In Debian testing distro_version was previously observed as 'n/a' or empty, because
450
+
## In Debian 'testing' distro_version was previously observed as 'n/a' or empty, because
451
451
## Debian testing /etc/os-release does not contain VERSION_ID.
452
452
return 0
453
453
fi
454
-
log info "Debian testing or unstable detection: 'not detected'"
454
+
log info "Debian 'testing' or 'unstable' detection: 'not detected'"
455
455
456
456
## This at last so the user can hopefully post his system info from the
0 commit comments