Skip to content

Commit 8746dfe

Browse files
committed
output
1 parent 90183e2 commit 8746dfe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

usr/share/usability-misc/dist-installer-cli-standalone

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ get_os(){
416416
*) distro="${os} ${kernel}";;
417417
esac
418418

419-
## Debian testing /etc/os-release does not contain VERSION_ID.
419+
## Debian 'testing' /etc/os-release does not contain VERSION_ID.
420420
if echo "${distro}" | grep --quiet "/sid" ; then
421421
debian_testing_or_unstable_detected=1
422422
fi
@@ -437,21 +437,21 @@ get_os(){
437437
log notice "Distribution/Derivative version detected: '${distro_version}' / '${distro_derivative_version}'"
438438

439439
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'"
441441
if test "${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."
443443
if test "${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'."
445445
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."
447447
fi
448448
fi
449449
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
451451
## Debian testing /etc/os-release does not contain VERSION_ID.
452452
return 0
453453
fi
454-
log info "Debian testing or unstable detection: 'not detected'"
454+
log info "Debian 'testing' or 'unstable' detection: 'not detected'"
455455

456456
## This at last so the user can hopefully post his system info from the
457457
## logs before the error below.

0 commit comments

Comments
 (0)