mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-13 17:57:20 +02:00
Fail fatally, add same check on Linux, add some extra checks on Linux
Linux: Check that curl, bzip2, tar are available, check whether there's a space character in the install path, check whether the CPU supports AVX.
This commit is contained in:
@ -18,10 +18,8 @@ if exist "on_sd_start.bat" (
|
||||
echo.
|
||||
echo ================================================================================
|
||||
echo.
|
||||
echo Not Recommended: If you're sure that you want to run the installer from this
|
||||
echo directory, please press any key to continue.
|
||||
echo.
|
||||
pause
|
||||
exit /b
|
||||
)
|
||||
|
||||
@rem set legacy installer's PATH, if it exists
|
||||
|
Reference in New Issue
Block a user