From fc73bd4a564dc4f89129dc00344acdd95e68142b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 20 Dec 2021 20:36:17 +0200 Subject: Updated requirements and TODO --- ContainerFile | 6 ++++++ README.md | 23 +++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 ContainerFile 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"] + diff --git a/README.md b/README.md index aa634a3..bf92022 100644 --- a/README.md +++ b/README.md @@ -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 -------- -- cgit v1.2.3