Skip to content

Commit

Permalink
support ubuntu 22.04 & rocky 8
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-wenxiang authored Jun 27, 2024
1 parent 4c8e026 commit 226812b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/install.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh
set -e
set -ex

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

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

0 comments on commit 226812b

Please sign in to comment.