Fix volume name
This commit is contained in:
parent
bfd552d5d1
commit
17cf166493
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
mkdir -p ~/volumes/how-to-julia
|
||||
mkdir -p ~/volumes/how-2-julia
|
||||
|
||||
podman run --rm --pull newer -v ~/volumes/how-to-julia:/volumes/export:Z docker.io/library/julia:1 bash -c 'apt update
|
||||
podman run --rm --pull newer -v ~/volumes/how-2-julia:/volumes/export:Z docker.io/library/julia:1 bash -c 'apt update
|
||||
apt install git -y
|
||||
git clone --depth 1 https://codeberg.org/mo8it/how-2-julia.git
|
||||
cd how-2-julia
|
||||
|
|
Loading…
Reference in a new issue