Skip to content

Commit 226812b

Browse files
author
Wu Wenxiang
authoredJun 27, 2024
support ubuntu 22.04 & rocky 8
1 parent 4c8e026 commit 226812b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
2-
set -e
2+
set -ex
33

44
unalias cp 2>/dev/null || true
5-
alias docker-compose='docker compose'
5+
# alias docker-compose='docker compose'
66

77
OPENV2X_REGISTRY_CN="registry.cn-shanghai.aliyuncs.com"
88
arch=$(uname -i)

0 commit comments

Comments
 (0)