Добавил загрузку скрипта установки ЛЭРС

This commit is contained in:
Антон Чичков 2024-06-05 12:18:48 +10:00
parent 222d91e787
commit 799bf96b16
2 changed files with 7 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Bash скрипты всегда используют окончание строк LF
*.sh text eol=lf

View File

@ -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