Skip to content

Commit 09d9c75

Browse files
committed
chore: wip
1 parent 2ccf0f2 commit 09d9c75

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.stacks/scripts/setup.sh

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ prepare() {
120120
-P;'\$9_L"\`\`\`\`\`\`196@\`\`
121121
\`
122122
end
123-
EOF
123+
EOF
124124
if uudecode -p "$TMPFILE" | tar Jtf - >/dev/null 2>&1; then
125125
ZZ=xz
126126
fi
@@ -260,7 +260,7 @@ welcome() {
260260
* (we won’t touch anything else)
261261
262262
> docs https://github.com/teaxyz/cli#getting-started
263-
EoMD
263+
EoMD
264264

265265
echo #spacer
266266
}
@@ -273,7 +273,7 @@ get_tea_version() {
273273
v_sh="$(mktemp)"
274274
cat <<-EoMD >"$v_sh"
275275
$CURL "https://dist.tea.xyz/tea.xyz/$MIDFIX/versions.txt" | tail -n1 > "$v_sh"
276-
EoMD
276+
EoMD
277277

278278
gum_func spin --title 'determining tea version' -- sh "$v_sh"
279279

@@ -337,7 +337,7 @@ check_path() {
337337
# one second!
338338
without magic, tea’s not in your path!
339339
> *we may need to ask for your **root password*** (via \`sudo\` obv.)
340-
EoMD
340+
EoMD
341341

342342
if gum_func confirm "create /usr/local/bin/tea?" --affirmative="make symlink" --negative="skip"; then
343343
echo #spacer
@@ -357,7 +357,7 @@ check_path() {
357357
gum_func format -- <<-EoMD
358358
> hmmm, sudo command not found.
359359
> try installing sudo
360-
EoMD
360+
EoMD
361361
fi
362362

363363
if ! command -v tea >/dev/null 2>&1; then
@@ -369,7 +369,7 @@ check_path() {
369369
> sorry 😞
370370
371371
\`PATH=$PATH\`
372-
EoMD
372+
EoMD
373373
fi
374374
fi
375375

@@ -439,7 +439,7 @@ check_shell_magic() {
439439
we don’t know how to support \`$SHELL\` yet. can you make a pull request?
440440
441441
> https://github.com/teaxyz/cli/pulls
442-
EoMD
442+
EoMD
443443
return 1
444444
;;
445445
esac
@@ -455,10 +455,10 @@ check_shell_magic() {
455455
echo #spacer
456456

457457
gum_func format -- <<-EoMD
458-
Added:
458+
Added:
459459
460-
\`$__TEA_ONE_LINER\`
461-
EoMD
460+
\`$__TEA_ONE_LINER\`
461+
EoMD
462462

463463
echo #spacer
464464
}
@@ -498,7 +498,7 @@ install)
498498
try it out:
499499
500500
\`tea wget -qO- tea.xyz/white-paper | tea glow -\`
501-
EoMD
501+
EoMD
502502
else
503503
if test -n "$GITHUB_ACTIONS"; then
504504
# if the user did call us directly from GHA may as well help them out
@@ -512,13 +512,13 @@ install)
512512
513513
\`exec $SHELL -i\` # or open a new tab
514514
\`wget -qO- tea.xyz/white-paper | glow -\`
515-
EoMD
515+
EoMD
516516
fi
517517
elif test -n "$TEA_IS_CURRENT"; then
518518
gum_func format -- <<-EoMD
519519
# the latest version of tea was already installed
520520
> $TEA_DESTDIR/tea.xyz/v$TEA_VERSION/bin/tea
521-
EoMD
521+
EoMD
522522
fi
523523
echo #spacer
524524
;;
@@ -533,7 +533,7 @@ exec)
533533

534534
gum_func format <<-EoMD >&2
535535
> powered by [tea](https://tea.xyz)
536-
EoMD
536+
EoMD
537537

538538
echo #spacer
539539
else

0 commit comments

Comments
 (0)