Skip to content

Commit 9b2cc8c

Browse files
committed
add sd-world-corp to sd-world.sh
1 parent 5148870 commit 9b2cc8c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

sd-world/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Simply run the script:
2626
### Cross-platform
2727
- **Claude Code**: `claude update`
2828
- **myrepos**: `cd ~ && mr update`
29+
- **sd-world-corp**: `sd-world-corp`
2930

3031
## Example Output
3132

sd-world/sd-world.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DESCRIPTION:
1818
Supported systems and package managers:
1919
- Linux: Alpine (apk), Arch (pacman), Debian/Ubuntu (apt), Nix (nix-env)
2020
- macOS: Homebrew (brew), Mac App Store (mas), System Updates (softwareupdate)
21-
- Cross-platform: Claude Code, myrepos
21+
- Cross-platform: Claude Code, myrepos, sd-world-corp
2222
2323
EXAMPLES:
2424
$0 Upgrade all available package managers
@@ -238,6 +238,9 @@ main() {
238238
check_and_run "mr" "myrepos" "cd ~ && mr update"
239239
handle_upgrade_result "myrepos"
240240

241+
check_and_run "sd-world-corp" "sd-world-corp" sd-world-corp
242+
handle_upgrade_result "sd-world-corp"
243+
241244
echo ""
242245
log "Upgrade Summary:"
243246
echo "Successfully upgraded: $successful_managers/$total_managers package managers"

0 commit comments

Comments
 (0)