Просмотр исходного кода

Update README.md

Corrected unattended installation command.
Kristan Kenney 7 лет назад
Родитель
Сommit
f267ba2a07
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -40,7 +40,7 @@ bash hst-install.sh
 ```
 To perform an unattended installation using the default options:
 ```bash
-bash hst-install-ubuntu.sh -f -y no -e <email> -p <password> -s <hostname>
+bash hst-install.sh -f -y no -e <email> -p <password> -s <hostname>
 ```
 For additional installation options:
 ```bash