We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f43863 commit e3be7c5Copy full SHA for e3be7c5
1 file changed
trixie
@@ -386,6 +386,20 @@ EOF
386
387
THINGS **WILL** BREAK.
388
389
+EOF
390
+ if ! prompt_confirm " Type 'Yes, I understand' if you understand: " "Yes, I understand"; then
391
+ die "Aborting on user request."
392
+ fi
393
+ elif [[ "$DISTRIB" == "testing" ]]; then
394
+ cat << EOF | tee -a "$YUNOHOST_LOG"
395
+
396
+ • You are installing the testing/beta version of YunoHost 13/Trixie.
397
398
+ You should be warned that THIS IS BETA-STAGE DEVELOPMENT.
399
+ THIS IS ONLY MEANT FOR *TESTING* OR *POWER-USERS*
400
401
+ THINGS **MAY** BREAK AND YOU MAY HAVE TO DEBUG MANUALLY.
402
403
EOF
404
if ! prompt_confirm " Type 'Yes, I understand' if you understand: " "Yes, I understand"; then
405
die "Aborting on user request."
0 commit comments