update arduino and audacity
This commit is contained in:
parent
4f30b3771d
commit
effd46ba4d
|
@ -101,21 +101,19 @@ ant() {
|
|||
arduino() {
|
||||
docker run \
|
||||
-it \
|
||||
--rm \
|
||||
--network=host \
|
||||
--privileged \
|
||||
-e DISPLAY=$DISPLAY \
|
||||
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||
-v /dev/ttyUSB0:/dev/ttyUSB0 \
|
||||
-v $HOME/topics:/topics \
|
||||
-v $HOME/projects:/projects \
|
||||
tombenke/darduino:latest \
|
||||
-v $HOME/projects:/home/developer/projects \
|
||||
fschl/darduino:1.8.10 \
|
||||
arduino
|
||||
}
|
||||
|
||||
audacity(){
|
||||
del_stopped audacity
|
||||
# -e QT_DEVICE_PIXEL_RATIO \
|
||||
|
||||
docker run -d \
|
||||
-v /etc/localtime:/etc/localtime:ro \
|
||||
|
|
Loading…
Reference in New Issue