Skip to content

Commit

Permalink
Merge pull request #48 from Rooyca/main
Browse files Browse the repository at this point in the history
Update: fix misspellings
  • Loading branch information
mon5termatt authored Aug 31, 2023
2 parents 7e2c97c + c207621 commit de4da43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Medicat_Installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ if errorlevel 1 (Echo.Could not Ping github.com, Exiting Script && timeout 5 > n
:foundinternet
echo.Found Internet
curl.exe -V > nul
if errorlevel 1 (echo Filed to find curl. && pause && exit)
if errorlevel 1 (echo Failed to find curl. && pause && exit)
echo.Found cURL
for %%# in (powershell.exe) do @if "%%~$PATH:#"=="" (echo.Could not find Powershell. && pause && exit)
echo.Found Powershell
echo.Promting for admin permissions if not run as admin.
echo.Prompting for admin permissions if not run as admin.
timeout 1 >nul
set _elev=
if /i "%~1"=="-el" set _elev=1
Expand Down

0 comments on commit de4da43

Please sign in to comment.