1
0
Форкнуть 0

Prevent permission errors when running deploy script

This commit is contained in:
Mark Allan 2020-02-09 10:06:44 +00:00 коммит произвёл Frank Boucher
Родитель ea0fcb4efe
Коммит 0ee528d65c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -127,7 +127,7 @@ The next step is to download the deployment script to the VM, update it, and fin
To elevate the current user as super and get the script `deploy.sh` execute the following commands.
```bash
sudo su
sudo su -l
curl https://raw.githubusercontent.com/microsoft/ignite-learning-paths-training-mod/master/mod10/deploy.sh >deploy.sh
```