1
Fork 0

/home/$USER is already there

This commit is contained in:
Motiejus Jakštys 2024-11-05 06:18:52 +02:00
parent 0a36e97097
commit 43be2fdac3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ $ docker run -ti --rm \
-v /home/$USER/.cache/zig:/home/$USER/.cache/zig \
-w /x \
zig-repro \
sh -c "useradd -m -s /bin/bash $USER && cd zig && su $USER; bash"
sh -c "useradd -s /bin/bash $USER && cd zig && su $USER; bash"
$ ../zig-repro/run
```