Skip to content

Commit

Permalink
Update: fix misspellings
Browse files Browse the repository at this point in the history
  • Loading branch information
Rooyca authored Aug 25, 2023
1 parent adae27c commit c207621
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 @@ -19,11 +19,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 c207621

Please sign in to comment.