diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..100f60e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Bash скрипты всегда используют окончание строк LF +*.sh text eol=lf diff --git a/install-powershell.sh b/install-powershell.sh index dce6229..bd6ca61 100755 --- a/install-powershell.sh +++ b/install-powershell.sh @@ -39,7 +39,12 @@ then Install-Rhel else echo "Установите powershell для вашей $NAME, чтобы воспользоваться скриптом установки ЛЭРС" + + exit 1; fi else echo "Powershell установлен" fi + +pwsh -Command "Invoke-WebRequest https://sc.lers.ru/lers/Installer/raw/branch/main/Install-Lers.ps1 -OutFile Install-Lers.ps1" +chmod +x Install-Lers.ps1