Skip to content

Commit

Permalink
fix: Fix just fetch command
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Jun 9, 2024
1 parent 313acb9 commit 8fcfa3f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ release *OPTIONS:
# Fetch official install scripts
fetch:
@if not ('.scripts' | path exists) { mkdir .scripts }; rm .scripts/*; cd .scripts; \
aria2c https://cli.moonbitlang.com/windows_setup.ps1; \
aria2c https://cli.moonbitlang.com/mac_m1_moon_setup.sh; \
aria2c https://cli.moonbitlang.com/mac_intel_moon_setup.sh; \
aria2c https://cli.moonbitlang.com/ubuntu_x86_64_moon_setup.sh
aria2c https://cli.moonbitlang.com/install/unix.sh; \
aria2c https://cli.moonbitlang.com/install/powershell.ps1

# Plugins need to be registered only once after nu v0.61
_setup:
Expand Down

0 comments on commit 8fcfa3f

Please sign in to comment.