diff --git a/README.md b/README.md index a4a53e9..0ce6f9b 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ and ideas that need to be fleshed out. - Log Installs for reuse ### TODOs +- Homebrew for Mac - partially implemented but resolution not working (e.g. docker automatically installing brew first) - Somehow installing doom emacs has a dependency tree resolution issue - Debug corner cases: Not working on Windows when run as Admin - Handler preparation - update repos and cache last update time in /tmp @@ -222,7 +223,7 @@ but the details still need to be fleshed out. such as `yay` for arch and aur + how about `providers//[_]`? Same duplication issue, now spread out... - + underscore extension might be superfluous through that, since `ext` was somewhat a proxy for a proper `provider` configuraion + + underscore extension might be superfluous through that, since `ext` was somewhat a proxy for a proper `provider` configuration - Use system subdirectories for handlers and groups, which are used by default when system is detected diff --git a/packages/rvm/linux b/packages/rvm/linux index c2f71a3..e0bcf7c 100755 --- a/packages/rvm/linux +++ b/packages/rvm/linux @@ -1,3 +1,3 @@ #!/bin/sh -ex gpg --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB -\curl -sSL https://get.rvm.io | bash -s stable +curl -sSL https://get.rvm.io | bash -s stable