Skip to content
Snippets Groups Projects
Commit 194efb0b authored by Xiemuqing Xiao's avatar Xiemuqing Xiao
Browse files

Merge remote-tracking branch 'origin/main'

parent 1a0ddf9c
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ chmod 400 matrix_keypair.key
# 通过 SSH 密钥克隆一个 Git 仓库
echo "cloning repository..."
echo $PWD
ssh-agent bash -c 'ssh-add matrix_keypair.key; git clone git@git.cardiff.ac.uk:scmimc/matrix.git'
ssh-agent bash -c 'ssh-add matrix_keypair.key; git clone git@git.cardiff.ac.uk:c24020257/sports-league-application.git'
# 更新 rsyslog 配置以将日志输出到特定设备
echo "update logging configuration..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment