-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathbuild.sh
More file actions
executable file
·28 lines (23 loc) · 737 Bytes
/
Copy pathbuild.sh
File metadata and controls
executable file
·28 lines (23 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/bash
set -eu
git clone --filter=blob:none https://github.com/scratchfoundation/scratch-vm.git -b 0.2.0-prerelease.20220222132735
git clone --filter=blob:none https://github.com/scratchfoundation/scratch-gui.git -b scratch-desktop-v3.29.0
git clone --filter=blob:none https://github.com/scratchfoundation/scratch-desktop.git -b v3.29.1
cd scratch-vm
npm install --legacy-peer-deps
npm link
cd ..
cd scratch-gui
npm install --legacy-peer-deps
npm link scratch-vm --legacy-peer-deps
npm link
cd ..
cd scratch-desktop
npm install --legacy-peer-deps
cd node_modules
rm -rf scratch-gui
ln -s ../../scratch-gui scratch-gui
cd ../../
git clone https://github.com/kebhr/scratch3-tello
cp -r scratch3-tello/. ./
rm -rf scratch3-tello/