update init and launch scripts

This commit is contained in:
sigil-03 2025-10-19 10:52:44 -06:00
parent 94848d0d43
commit 8d612d1559
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
DIR=${PWD} DIR=${PWD}
mkdir ${PWD}/tmp mkdir ${PWD}/tmp
cd tmp cd tmp
git clone ssh://git@git.glyphs.tech:222/sigil-03/docker-devtools.git git clone ssh://git@git.glyphs.tech:222/taproot-tech/docker-devtools.git
cd docker-devtools/ch32 cd docker-devtools/ch32
ls ls
./build.sh ./build.sh

View file

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
docker run --privileged -it --rm -v "$PWD":/usr/src/app -w /usr/src/app ch32-rust:latest /bin/bash podman run --privileged -it --rm -v "$PWD":/usr/src/app -w /usr/src/app ch32-rust:latest /bin/bash