diff options
-rw-r--r-- | ContainerFile | 6 | ||||
-rw-r--r-- | README.md | 23 |
2 files changed, 29 insertions, 0 deletions
diff --git a/ContainerFile b/ContainerFile new file mode 100644 index 0000000..f7ea0e1 --- /dev/null +++ b/ContainerFile @@ -0,0 +1,6 @@ +FROM fedora:latest +RUN sudo dnf update -y && sudo dnf install wget which git -y +COPY . /repo +RUN cd /repo && /repo/install.sh +ENTRYPOINT ["sleep","10000000"] + @@ -15,6 +15,14 @@ nice to know which the new versions are. If bash or zsh get that much updated that they can't take it no more... If you can, fix it! +Update: it seems to be a list lately... + +- bash/zsh +- wget +- curl +- git +- which + Clone ----- @@ -38,6 +46,21 @@ TODO [ ] - Install on bash (the same but to .bashrc file [ ] - Make a useful tool of this +Tools + +- IPFS tool (installer, checker, updater, swarm settings) +[ ] - Installer +[ ] - Checker +[ ] - Updater +[ ] - Swarm setting + +- Rename IPFS tool to storage or something +[ ] - Modular (call per command) + - [ ] - installer + - [ ] - checker + - [ ] - updater + - [ ] - swarm setting + Examples -------- |