diff options
author | kaotisk <kaotisk@arching-kaos.com> | 2021-12-20 20:36:17 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.com> | 2021-12-20 20:36:17 +0200 |
commit | fc73bd4a564dc4f89129dc00344acdd95e68142b (patch) | |
tree | b079ce8003414af3d17b9a11652064c599e279a4 | |
parent | 339a5d4d9cf54519cad92d5c74da9eb3e0ea864a (diff) | |
download | arching-kaos-tools-fc73bd4a564dc4f89129dc00344acdd95e68142b.tar.gz arching-kaos-tools-fc73bd4a564dc4f89129dc00344acdd95e68142b.tar.bz2 arching-kaos-tools-fc73bd4a564dc4f89129dc00344acdd95e68142b.zip |
Updated requirements and TODO
-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 -------- |