6 lines
85 B
Bash
6 lines
85 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
rye self update
|
||
|
|
||
|
rye tools list | xargs -L1 rye install --force
|