We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8e026 commit 226812bCopy full SHA for 226812b
src/install.sh
@@ -1,8 +1,8 @@
1
#!/bin/sh
2
-set -e
+set -ex
3
4
unalias cp 2>/dev/null || true
5
-alias docker-compose='docker compose'
+# alias docker-compose='docker compose'
6
7
OPENV2X_REGISTRY_CN="registry.cn-shanghai.aliyuncs.com"
8
arch=$(uname -i)
0 commit comments