4 lines
92 B
Bash
4 lines
92 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export UI_MODE=$1
|
||
|
docker pull registry.chrz.de:443/move2docker:$UI_MODE-$(arch)
|