Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @ECHO OFF
- @REM "If git is not installed, Use this command"
- @REM scoop install git &&
- @REM git config --global credential.helper manager-core &&
- @REM "Initialize scoop buckets"
- scoop add bucket extras &&
- scoop add bucket versions &&
- scoop add bucket java &&
- scoop add bucket php &&
- @REM "Install scoop packages"
- scoop install vscode &&
- @REM "Add Visual Studio Code as a context menu option by running: change the dir_path"
- @REM reg import "D:\bin\apps\vscode\current\install-context.reg"
- @REM "For file associations, run: change the dir_path"
- @REM reg import "D:\bin\apps\vscode\current\install-associations.reg"
- scoop install adb &&
- scoop install android-sdk &&
- scoop install android-studio &&
- scoop install temurin8-jdk &&
- START CMD /k "scoop install flutter" &&
- @REM "Manually: Accept android licenses"
- @REM flutter doctor --android-licenses
- @TIMEOUT 10
Add Comment
Please, Sign In to add comment