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

Merge remote-tracking branch 'origin/main'

parent 7a456612
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ echo in directory $PWD
# 安装常用工具
sudo yum install wget -y
sudo yum install unzip -y
echo "installing git..."
sudo yum install git -y
# 安装 OpenSSH
......@@ -66,7 +67,7 @@ chmod 400 matrix_keypair.key
# 通过 SSH 密钥克隆一个 Git 仓库
echo "cloning repository..."
echo $PWD
ssh-agent bash -c 'ssh-add temp_keypair.key; git clone git@git.cardiff.ac.uk:c24020257/sports-league-application.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