Closed coolaj86 closed 2 years ago
Ideally, this should work:
webi node,go,rg,sd,fd hugo,hexyl
This is not sufficient:
diff --git a/_webi/bootstrap.sh b/_webi/bootstrap.sh index 0525608..790c834 100644 --- a/_webi/bootstrap.sh +++ b/_webi/bootstrap.sh @@ -141,10 +141,15 @@ function __webi_main () { } + my_ifs="\${IFS}" + IFS=",\${IFS}" for pkgname in "\$@" do + IFS="\${my_ifs}" webinstall "\$pkgname" + IFS=",\${IFS}" done + IFS="\${my_ifs}" show_path_updates
Too confusing / not intuitive.
Not doing it.
Open to suggestions for the future.
Ideally, this should work:
This is not sufficient: