Skip to content

Commit 6c3e924

Browse files
committed
updating install path
1 parent 0f75aea commit 6c3e924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Attack Range can be built in three different ways:
2626

2727
### [AWS and Ubuntu 18.04](https://github.com/splunk/attack_range/wiki/AWS:-Ubuntu-18.04-Installation)
2828

29-
1. `source <(curl -s https://github.com/splunk/attack_range/blob/config_tool/scripts/ubuntu_deploy.sh)`
29+
1. `source <(curl -s 'https://raw.githubusercontent.com/splunk/attack_range/develop/scripts/ubuntu_deploy.sh')`
3030
2. `aws configure`
3131
3. `python attack_range.py configure`
3232

3333
### [AWS and MacOS](https://github.com/splunk/attack_range/wiki/AWS:-MacOS-Installation)
3434

35-
1. `source <(curl -s 'https://raw.githubusercontent.com/splunk/attack_range/config_tool/scripts/macos_deploy.sh')`
35+
1. `source <(curl -s 'https://raw.githubusercontent.com/splunk/attack_range/develop/scripts/macos_deploy.sh')`
3636
2. `aws configure`
3737
3. `python attack_range.py configure`
3838

0 commit comments

Comments
 (0)