Skip to content

Commit

Permalink
more fixes before GA
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBaranowski committed Feb 19, 2024
1 parent 2636a9c commit f5a5cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ create the image from command line run:
```bash
my_arch=$(arch)
podman rm el9
podman run -it --name el9 docker.io/eurolinux/eurolinux-9:latest < install-script.sh
podman run -i --name el9 docker.io/eurolinux/eurolinux-9:latest < install-script.sh
podman export el9 > "el9-${my_arch}.tar"
tar -czf - "el9-${my_arch}.tar" | gzip > "el9-${my_arch}.tar.gz"
```
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

my_arch=$(arch)
podman rm el9
podman run -it --name el9 docker.io/eurolinux/eurolinux-9:latest < install-script.sh
podman run -i --name el9 docker.io/eurolinux/eurolinux-9:latest < install-script.sh
podman export el9 > "el9-${my_arch}.tar"
tar -czf - "el9-${my_arch}.tar" | gzip > "el9-${my_arch}.tar.gz"

0 comments on commit f5a5cb4

Please sign in to comment.