Skip to content

Commit cbcab53

Browse files
committed
fix(update.sh): correct interactive-steps footer (5/6/7, not 6/7/8)
Step 8 is non-interactive — it silently overwrites in curl|bash mode. Step 5 is interactive but was missing from the note. Fix: list Steps 5, 6, and 7 with accurate labels and add the Step 5 direct-run command. Remove the incorrect Step 8 entry.
1 parent b9e9671 commit cbcab53

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

update.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ main() {
134134
echo " Design + media: github.com/lorecraft-io/creativity-maxxing"
135135
echo " Second Brain: github.com/lorecraft-io/2ndBrain-mogging"
136136
echo ""
137-
echo " Note: Steps 6, 7, and 8 require interactive input (Telegram bot token,"
138-
echo " GitHub PAT, and API credentials). They may skip themselves if run"
137+
echo " Note: Steps 5, 6, and 7 require interactive input (API credentials,"
138+
echo " Telegram bot token, and GitHub PAT). They may skip themselves if run"
139139
echo " non-interactively. Run them directly in your terminal if needed:"
140140
echo ""
141+
echo " Step 5: bash <(curl -fsSL https://raw.githubusercontent.com/lorecraft-io/cli-maxxing/main/step-5/step-5-install.sh)"
141142
echo " Step 6: bash <(curl -fsSL https://raw.githubusercontent.com/lorecraft-io/cli-maxxing/main/step-6/step-6-install.sh)"
142143
echo " Step 7: bash <(curl -fsSL https://raw.githubusercontent.com/lorecraft-io/cli-maxxing/main/step-7/step-7-install.sh)"
143-
echo " Step 8: bash <(curl -fsSL https://raw.githubusercontent.com/lorecraft-io/cli-maxxing/main/step-8/step-8-install.sh)"
144144
echo ""
145145
echo " Open a new terminal window for aliases to take effect."
146146
echo ""

0 commit comments

Comments
 (0)