Fixed library install order
Necessary to ensure Rust libraries are installed first especially in regards to Ruby since Ruby needs `rustc` for YJIT support. Milestone: patch
This commit is contained in:
4
bin/run
4
bin/run
@@ -42,9 +42,9 @@ while true; do
|
||||
printf "%s\n" " r: Restore backups."
|
||||
printf "%s\n" " i: Install all (i.e. executes all of the above steps in order listed)."
|
||||
printf "%s\n" " Libraries:"
|
||||
printf "%s\n" " np: Install Node packages."
|
||||
printf "%s\n" " rg: Install Ruby gems."
|
||||
printf "%s\n" " rc: Install Rust crates."
|
||||
printf "%s\n" " rg: Install Ruby gems."
|
||||
printf "%s\n" " np: Install Node packages."
|
||||
printf "%s\n" " l: Install libraries (i.e. executes all of the above steps in order listed)."
|
||||
printf "%s\n" " Manage:"
|
||||
printf "%s\n" " c: Check status of managed software."
|
||||
|
||||
Reference in New Issue
Block a user