@@ -120,7 +120,7 @@ prepare() {
120
120
-P;'\$ 9_L"\`\`\`\`\`\` 196@\`\`
121
121
\`
122
122
end
123
- EOF
123
+ EOF
124
124
if uudecode -p " $TMPFILE " | tar Jtf - > /dev/null 2>&1 ; then
125
125
ZZ=xz
126
126
fi
@@ -260,7 +260,7 @@ welcome() {
260
260
* (we won’t touch anything else)
261
261
262
262
> docs https://github.com/teaxyz/cli#getting-started
263
- EoMD
263
+ EoMD
264
264
265
265
echo # spacer
266
266
}
@@ -273,7 +273,7 @@ get_tea_version() {
273
273
v_sh=" $( mktemp) "
274
274
cat << -EoMD >"$v_sh "
275
275
$CURL "https://dist.tea.xyz/tea.xyz/$MIDFIX /versions.txt" | tail -n1 > "$v_sh "
276
- EoMD
276
+ EoMD
277
277
278
278
gum_func spin --title ' determining tea version' -- sh " $v_sh "
279
279
@@ -337,7 +337,7 @@ check_path() {
337
337
# one second!
338
338
without magic, tea’s not in your path!
339
339
> *we may need to ask for your **root password*** (via \` sudo\` obv.)
340
- EoMD
340
+ EoMD
341
341
342
342
if gum_func confirm " create /usr/local/bin/tea?" --affirmative=" make symlink" --negative=" skip" ; then
343
343
echo # spacer
@@ -357,7 +357,7 @@ check_path() {
357
357
gum_func format -- << -EoMD
358
358
> hmmm, sudo command not found.
359
359
> try installing sudo
360
- EoMD
360
+ EoMD
361
361
fi
362
362
363
363
if ! command -v tea > /dev/null 2>&1 ; then
@@ -369,7 +369,7 @@ check_path() {
369
369
> sorry 😞
370
370
371
371
\` PATH=$PATH \`
372
- EoMD
372
+ EoMD
373
373
fi
374
374
fi
375
375
@@ -439,7 +439,7 @@ check_shell_magic() {
439
439
we don’t know how to support \` $SHELL \` yet. can you make a pull request?
440
440
441
441
> https://github.com/teaxyz/cli/pulls
442
- EoMD
442
+ EoMD
443
443
return 1
444
444
;;
445
445
esac
@@ -455,10 +455,10 @@ check_shell_magic() {
455
455
echo # spacer
456
456
457
457
gum_func format -- << -EoMD
458
- Added:
458
+ Added:
459
459
460
- \` $__TEA_ONE_LINER \`
461
- EoMD
460
+ \` $__TEA_ONE_LINER \`
461
+ EoMD
462
462
463
463
echo # spacer
464
464
}
@@ -498,7 +498,7 @@ install)
498
498
try it out:
499
499
500
500
\` tea wget -qO- tea.xyz/white-paper | tea glow -\`
501
- EoMD
501
+ EoMD
502
502
else
503
503
if test -n " $GITHUB_ACTIONS " ; then
504
504
# if the user did call us directly from GHA may as well help them out
@@ -512,13 +512,13 @@ install)
512
512
513
513
\` exec $SHELL -i\` # or open a new tab
514
514
\` wget -qO- tea.xyz/white-paper | glow -\`
515
- EoMD
515
+ EoMD
516
516
fi
517
517
elif test -n " $TEA_IS_CURRENT " ; then
518
518
gum_func format -- << -EoMD
519
519
# the latest version of tea was already installed
520
520
> $TEA_DESTDIR /tea.xyz/v$TEA_VERSION /bin/tea
521
- EoMD
521
+ EoMD
522
522
fi
523
523
echo # spacer
524
524
;;
@@ -533,7 +533,7 @@ exec)
533
533
534
534
gum_func format << -EoMD >&2
535
535
> powered by [tea](https://tea.xyz)
536
- EoMD
536
+ EoMD
537
537
538
538
echo # spacer
539
539
else
0 commit comments