Skip to content

Commit c8f6ed5

Browse files
committed
fixed a minor bug
1 parent f1a6815 commit c8f6ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/terraform/scripts/setup_aiopslab.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ generate_ssh_key() {
1515
generate_ssh_key
1616

1717
# AIOpsLab setup
18-
GIT_SSH_COMMAND=git clone https://github.com/microsoft/AIOpsLab.git
18+
git clone https://github.com/microsoft/AIOpsLab.git
1919
cd AIOpsLab
20-
sudo add-apt-repository ppa:deadsnakes/ppa
20+
sudo add-apt-repository -y ppa:deadsnakes/ppa
2121
sudo apt-get update
2222
sudo apt-get install -y python3.11
2323
sudo apt-get install -y python3.11-venv

0 commit comments

Comments
 (0)