Skip to content

Commit

Permalink
fix script name
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Oct 23, 2024
1 parent 0ec12e3 commit 53c9970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/demo/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ Vagrant.configure("2") do |config|

config.vm.provision "shell", privileged: false, inline: <<-STEP2
mkdir -p ~/.local/bin ~/.config
curl -sSL -o ~/.local/bin/amazon_linux_2023_malcolm_demo_setup.sh https://raw.githubusercontent.com/idaholab/Malcolm/main/scripts/demo/amazon_linux_2_malcolm_demo_setup.sh
curl -sSL -o ~/.local/bin/amazon_linux_2023_malcolm_demo_setup.sh https://raw.githubusercontent.com/idaholab/Malcolm/main/scripts/demo/amazon_linux_2023_malcolm_demo_setup.sh
chmod 755 ~/.local/bin/amazon_linux_2023_malcolm_demo_setup.sh
MALCOLM_SETUP_NONINTERACTIVE=1 ~/.local/bin/amazon_linux_2_malcolm_demo_setup.sh
MALCOLM_SETUP_NONINTERACTIVE=1 ~/.local/bin/amazon_linux_2023_malcolm_demo_setup.sh
STEP2
config.vm.provision :reload

Expand Down

0 comments on commit 53c9970

Please sign in to comment.