Skip to content

Commit

Permalink
Moved git checkout after cd command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mys7erio committed Mar 10, 2023
1 parent 1441145 commit 5d4c840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ sudo -E env "PATH=$PATH" ansible-playbook site.yml -i local.hosts -v
```bash
sudo apt-get update && sudo apt-get install -y git
git clone https://github.com/sodafoundation/installer.git
git checkout v1.8.0 # you may choose specific release version also
cd installer/ansible
git checkout v1.8.0 # you may choose specific release version also
chmod +x install_dependencies.sh && source install_dependencies.sh
export PATH=$PATH:/home/$USER/.local/bin
```
Expand Down

0 comments on commit 5d4c840

Please sign in to comment.