diff options
author | Jesús <heckyel@hyperbola.info> | 2022-11-27 05:11:34 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-11-27 05:11:34 +0800 |
commit | d199f5a25509e05c3e879e9153fa7b7d0f379bae (patch) | |
tree | 352d283e9c8efc3916d0005028114f1c1d167424 | |
parent | 66a4f558f4583ab10a698d75ced8ea02b6a3593e (diff) | |
download | hyperbola-docker-d199f5a25509e05c3e879e9153fa7b7d0f379bae.tar.lz hyperbola-docker-d199f5a25509e05c3e879e9153fa7b7d0f379bae.tar.xz hyperbola-docker-d199f5a25509e05c3e879e9153fa7b7d0f379bae.zip |
Fix permissions
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | tar_fix.py | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ Usage - Converter hyperbola-bootstrap to bootstrap image valid for docker ```console - $ ./tar_fix.py --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz + $ python3 tar_fix.py --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz ``` - Make sure you have my `Dockerfile`, `.dockerignore` and the `bootstrap.tar.gz` in one directory. diff --git a/tar_fix.py b/tar_fix.py index d2817a2..d2817a2 100755..100644 --- a/tar_fix.py +++ b/tar_fix.py |