Добавил загрузку скрипта установки ЛЭРС
This commit is contained in:
parent
222d91e787
commit
799bf96b16
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Bash скрипты всегда используют окончание строк LF
|
||||
*.sh text eol=lf
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user