Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add one-liner cloud install script #21

Open
BluecadetInstallations opened this issue Jun 14, 2022 · 1 comment
Open

Add one-liner cloud install script #21

BluecadetInstallations opened this issue Jun 14, 2022 · 1 comment
Assignees

Comments

@BluecadetInstallations
Copy link

BluecadetInstallations commented Jun 14, 2022

del /F /Q launchpad-develop

powershell.exe -NoProfile -ExecutionPolicy Bypass "((new-object net.webclient).DownloadFile('https://github.com/bluecadet/launchpad/archive/refs/heads/develop.zip', '%cd%\launchpad.zip'))"

powershell.exe -NoProfile -ExecutionPolicy Bypass "Expand-Archive .\launchpad.zip -DestinationPath . -Force"

move /Y launchpad-develop launchpad

set $configPath=%~dp0mitm.ps1
cd %~dp0launchpad/packages/scaffold/
%~dp0launchpad/packages/scaffold/setup.bat %configPath%


pause
@BluecadetInstallations
Copy link
Author

@shi-weili FYI working on this script; seems to work if run as admin but need to do some clean up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants