changed a bit in cyberhex add client to provide user with install.bat
This commit is contained in:
Binary file not shown.
21
src/server/cyberhex-code/install.bat
Normal file
21
src/server/cyberhex-code/install.bat
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
#cyberhex installer downloader
|
||||||
|
@echo off
|
||||||
|
echo "Downloading Cyberhex installer"
|
||||||
|
curl -O -L https://github.com/jakani24/cyberhex_bin_distro/raw/main/ma_installer.exe
|
||||||
|
echo "Downloading dll files"
|
||||||
|
curl -O -L https://github.com/jakani24/cyberhex_bin_distro/raw/main/libcrypto-3-x64.dll
|
||||||
|
curl -O -L https://github.com/jakani24/cyberhex_bin_distro/raw/main/libcurl.dll
|
||||||
|
curl -O -L https://github.com/jakani24/cyberhex_bin_distro/raw/main/zlib1.dll
|
||||||
|
curl -O -L https://github.com/jakani24/cyberhex_bin_distro/raw/main/client_frontend.exe
|
||||||
|
curl -O -L https://github.com/jakani24/cyberhex_bin_distro/raw/main/client_backend.exe
|
||||||
|
curl -O -L https://github.com/jakani24/cyberhex_bin_distro/raw/main/ma_uninstaller.exe
|
||||||
|
curl -O -L https://github.com/jakani24/cyberhex_bin_distro/raw/main/libcurl-d.dll
|
||||||
|
curl -O -L https://github.com/jakani24/cyberhex_bin_distro/raw/main/msvcp140.dll
|
||||||
|
curl -O -L https://github.com/jakani24/cyberhex_bin_distro/raw/main/vcruntime140.dll
|
||||||
|
curl -O -L https://github.com/jakani24/cyberhex_bin_distro/raw/main/vcruntime140_1d.dll
|
||||||
|
curl -O -L https://github.com/jakani24/cyberhex_bin_distro/raw/main/msvcp140d.dll
|
||||||
|
curl -O -L https://github.com/jakani24/cyberhex_bin_distro/raw/main/vcruntime140d.dll
|
||||||
|
curl -O -L https://github.com/jakani24/cyberhex_bin_distro/raw/main/ucrtbased.dll
|
||||||
|
curl -O -L https://github.com/jakani24/cyberhex_bin_distro/raw/main/zlibd1.dll
|
||||||
|
echo "Download finished, starting installer"
|
||||||
|
start ma_installer.exe
|
||||||
@@ -123,7 +123,7 @@ include "../../../config.php";
|
|||||||
fclose($fp);
|
fclose($fp);
|
||||||
echo("<a href='/export/secrets.txt' download>Download config file1</a>");
|
echo("<a href='/export/secrets.txt' download>Download config file1</a>");
|
||||||
echo("<a href='/export/setup.txt' download>Download config file2</a>");
|
echo("<a href='/export/setup.txt' download>Download config file2</a>");
|
||||||
echo("<a href='/installer.exe' download>Download installer</a>");
|
echo("<a href='/install.bat' download>Download installer</a>");
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user