diff --git a/ros_ide_vm.json b/ros_ide_vm.json index bd96187..79ceeb8 100644 --- a/ros_ide_vm.json +++ b/ros_ide_vm.json @@ -65,7 +65,7 @@ }, { "type": "shell", - "script": "scripts/installSoftware.sh", + "script": "scripts/install_software.sh", "execute_command": "PASSWORD='{{user `password`}}' bash '{{.Path}}'" }] } diff --git a/scripts/installSoftware.sh b/scripts/install_software.sh similarity index 100% rename from scripts/installSoftware.sh rename to scripts/install_software.sh